diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 17:05:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:33:54 +0200 |
commit | c221aa3d746688c98a53ce7294c00bbeab9df841 (patch) | |
tree | 821060c320ae3c7ac5165a599f811bf6c9d7441a /dev-python/setuptools | |
parent | dev-python/wheel: Enable py3.11 (diff) | |
download | gentoo-c221aa3d746688c98a53ce7294c00bbeab9df841.tar.gz gentoo-c221aa3d746688c98a53ce7294c00bbeab9df841.tar.bz2 gentoo-c221aa3d746688c98a53ce7294c00bbeab9df841.zip |
dev-python/setuptools: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-62.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-62.1.0.ebuild b/dev-python/setuptools/setuptools-62.1.0.ebuild index 13523e6b5b8e..933bd7378c51 100644 --- a/dev-python/setuptools/setuptools-62.1.0.ebuild +++ b/dev-python/setuptools/setuptools-62.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 multiprocessing |