diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-07 16:24:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-07 16:24:46 +0100 |
commit | 7539c79beb33282c20a71aeb8e96b84d320e13e6 (patch) | |
tree | 916c16ce603955611c649891f396d5492cd27c2c /dev-python/pytest-services | |
parent | dev-util/cvise: Remove myself from maintainers (diff) | |
download | gentoo-7539c79beb33282c20a71aeb8e96b84d320e13e6.tar.gz gentoo-7539c79beb33282c20a71aeb8e96b84d320e13e6.tar.bz2 gentoo-7539c79beb33282c20a71aeb8e96b84d320e13e6.zip |
dev-python/pytest-services: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-services')
-rw-r--r-- | dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild index 7c9b278994d3..dcbe182d8cf0 100644 --- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild +++ b/dev-python/pytest-services/pytest-services-2.2.1-r1.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 |