summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-10-09 14:28:54 +0300
committerMichał Górny <mgorny@gentoo.org>2023-10-10 07:10:16 +0200
commitc31e41f124b894e52162794e99eaad73801f5a44 (patch)
tree0813d692a06d103cd4a1691fe9a9696916296f79 /dev-python/process-tests
parentdev-python/shapely: enable py3.12 (diff)
downloadgentoo-c31e41f124b894e52162794e99eaad73801f5a44.tar.gz
gentoo-c31e41f124b894e52162794e99eaad73801f5a44.tar.bz2
gentoo-c31e41f124b894e52162794e99eaad73801f5a44.zip
dev-python/process-tests: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r--dev-python/process-tests/process-tests-2.1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
index 6bee6fcb6243..d915295d97f1 100644
--- a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
+++ b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi