diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 16:37:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:41:57 +0200 |
commit | 72984d2f1650a0a5142206d29f55919670c595a8 (patch) | |
tree | d2d46d60c0bd9b6241cbc05872288e72cb417aaf /dev-python/pretend | |
parent | dev-python/testpath: Enable py3.12 (diff) | |
download | gentoo-72984d2f1650a0a5142206d29f55919670c595a8.tar.gz gentoo-72984d2f1650a0a5142206d29f55919670c595a8.tar.bz2 gentoo-72984d2f1650a0a5142206d29f55919670c595a8.zip |
dev-python/pretend: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pretend')
-rw-r--r-- | dev-python/pretend/pretend-1.0.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretend/pretend-1.0.9-r2.ebuild b/dev-python/pretend/pretend-1.0.9-r2.ebuild index e6663861036f..231e23cbd87d 100644 --- a/dev-python/pretend/pretend-1.0.9-r2.ebuild +++ b/dev-python/pretend/pretend-1.0.9-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 |