diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 22:44:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:35 +0200 |
commit | 3d14d30a3823ccba7cc728dbbd37ce83f4bf0127 (patch) | |
tree | 6657a77895e2a130c6a0d11d5e8dd45f076cbb70 /dev-python/serpent | |
parent | dev-python/xxhash: enable py3.12 (diff) | |
download | gentoo-3d14d30a3823ccba7cc728dbbd37ce83f4bf0127.tar.gz gentoo-3d14d30a3823ccba7cc728dbbd37ce83f4bf0127.tar.bz2 gentoo-3d14d30a3823ccba7cc728dbbd37ce83f4bf0127.zip |
dev-python/serpent: 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/serpent')
-rw-r--r-- | dev-python/serpent/serpent-1.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/serpent/serpent-1.41.ebuild b/dev-python/serpent/serpent-1.41.ebuild index 0aee028e1a3e..44a53ad95e8a 100644 --- a/dev-python/serpent/serpent-1.41.ebuild +++ b/dev-python/serpent/serpent-1.41.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 |