diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 16:29:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:41:39 +0200 |
commit | 52ce1206511a5efbc571fb63852576da99e10c03 (patch) | |
tree | a27e81d9f4ba7b13a40e7e6ea4a8f029363e2c7c /dev-python/pluggy | |
parent | dev-python/pathspec: Enable py3.12 (diff) | |
download | gentoo-52ce1206511a5efbc571fb63852576da99e10c03.tar.gz gentoo-52ce1206511a5efbc571fb63852576da99e10c03.tar.bz2 gentoo-52ce1206511a5efbc571fb63852576da99e10c03.zip |
dev-python/pluggy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pluggy')
-rw-r--r-- | dev-python/pluggy/pluggy-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluggy/pluggy-1.0.0-r2.ebuild b/dev-python/pluggy/pluggy-1.0.0-r2.ebuild index c42bfaf18ddb..46ad5b885733 100644 --- a/dev-python/pluggy/pluggy-1.0.0-r2.ebuild +++ b/dev-python/pluggy/pluggy-1.0.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 pypi |