diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:22:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:41:20 +0100 |
commit | ca81c8e162b2e77ea9b40542d610bb10669f8fa0 (patch) | |
tree | 5ce6d7835103f5f2b46fbff52077e821f2eccc2c /dev-python/python-distutils-extra | |
parent | net-irc/znc-palaver: add python3.12 support (diff) | |
download | gentoo-ca81c8e162b2e77ea9b40542d610bb10669f8fa0.tar.gz gentoo-ca81c8e162b2e77ea9b40542d610bb10669f8fa0.tar.bz2 gentoo-ca81c8e162b2e77ea9b40542d610bb10669f8fa0.zip |
dev-python/python-distutils-extra: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild index 00b414b1cb5d..a61970f3a316 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |