diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-06 15:50:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 18:10:47 +0200 |
commit | 34bb1d6370cfbe9cc234fcb75867c555cf970b74 (patch) | |
tree | e2fcb41b18bb6ebefe3598c3b51003cd19fad54f /dev-python/extras/extras-1.0.0-r2.ebuild | |
parent | dev-python/unidecode: enable py3.12 (diff) | |
download | gentoo-34bb1d6370cfbe9cc234fcb75867c555cf970b74.tar.gz gentoo-34bb1d6370cfbe9cc234fcb75867c555cf970b74.tar.bz2 gentoo-34bb1d6370cfbe9cc234fcb75867c555cf970b74.zip |
dev-python/extras: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/extras/extras-1.0.0-r2.ebuild')
-rw-r--r-- | dev-python/extras/extras-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/extras/extras-1.0.0-r2.ebuild b/dev-python/extras/extras-1.0.0-r2.ebuild index 15453379894a..4e4df97d4a9b 100644 --- a/dev-python/extras/extras-1.0.0-r2.ebuild +++ b/dev-python/extras/extras-1.0.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |