diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 16:28:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:41:32 +0200 |
commit | ddd0e12ad69fef16765d564b39293ed791ba3a84 (patch) | |
tree | 2887a6f5ed7dc43a53c32ca259b9a2435092ad09 /dev-python/installer | |
parent | distutils-r1.eclass: Use unittest-or-fail on Python < 3.12 only (diff) | |
download | gentoo-ddd0e12ad69fef16765d564b39293ed791ba3a84.tar.gz gentoo-ddd0e12ad69fef16765d564b39293ed791ba3a84.tar.bz2 gentoo-ddd0e12ad69fef16765d564b39293ed791ba3a84.zip |
dev-python/installer: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/installer')
-rw-r--r-- | dev-python/installer/installer-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/installer/installer-0.7.0.ebuild b/dev-python/installer/installer-0.7.0.ebuild index c88d3eef3c8d..647694668b44 100644 --- a/dev-python/installer/installer-0.7.0.ebuild +++ b/dev-python/installer/installer-0.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |