diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 16:45:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:33:44 +0200 |
commit | 4038e79e0e91d2b3d44e71f9d22805456bc16ea9 (patch) | |
tree | 467c81ed956f6b8875ab0297387cc27a02ce7231 /dev-python/installer | |
parent | dev-python/tomli: Enable py3.11 (diff) | |
download | gentoo-4038e79e0e91d2b3d44e71f9d22805456bc16ea9.tar.gz gentoo-4038e79e0e91d2b3d44e71f9d22805456bc16ea9.tar.bz2 gentoo-4038e79e0e91d2b3d44e71f9d22805456bc16ea9.zip |
dev-python/installer: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/installer')
-rw-r--r-- | dev-python/installer/installer-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/installer/installer-0.5.1.ebuild b/dev-python/installer/installer-0.5.1.ebuild index 71731fa000a9..ce5ec797e91d 100644 --- a/dev-python/installer/installer-0.5.1.ebuild +++ b/dev-python/installer/installer-0.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=manual -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="A library for installing Python wheels" |