diff options
author | 2024-06-14 20:37:54 +0200 | |
---|---|---|
committer | 2024-06-14 20:37:54 +0200 | |
commit | 136e66ccdce06fae4cda17dbee0a66f7c89caaba (patch) | |
tree | f70484c33237a1573b04cc4c3ab6244c792fa983 /dev-python/helpdev | |
parent | dev-python/gmpy: Enable py3.13 (diff) | |
download | gentoo-136e66ccdce06fae4cda17dbee0a66f7c89caaba.tar.gz gentoo-136e66ccdce06fae4cda17dbee0a66f7c89caaba.tar.bz2 gentoo-136e66ccdce06fae4cda17dbee0a66f7c89caaba.zip |
dev-python/helpdev: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild index 6f63a43472b1..8987982d322b 100644 --- a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |