diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:12:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:14:02 +0200 |
commit | 68a9146263775c02d126aeb159b1d84ed4568f11 (patch) | |
tree | 83c8d692f32ec23414e3f3612e2ffdec5c7b03e5 /dev-python | |
parent | dev-python/coverage: Enable py3.12 (diff) | |
download | gentoo-68a9146263775c02d126aeb159b1d84ed4568f11.tar.gz gentoo-68a9146263775c02d126aeb159b1d84ed4568f11.tar.bz2 gentoo-68a9146263775c02d126aeb159b1d84ed4568f11.zip |
dev-python/scripttest: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/scripttest/scripttest-1.3.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild b/dev-python/scripttest/scripttest-1.3.0-r2.ebuild index f26aa148a175..91e02bd14522 100644 --- a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild +++ b/dev-python/scripttest/scripttest-1.3.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 |