summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 17:57:25 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 18:02:30 +0200
commitbc8b5241690d77f620e5e780d31aae60f25ce17d (patch)
tree27600e9818687971801254c42236e0a12f79bb0f /dev-python/configupdater
parentdev-python/ensurepip-setuptools: Remove old (diff)
downloadgentoo-bc8b5241690d77f620e5e780d31aae60f25ce17d.tar.gz
gentoo-bc8b5241690d77f620e5e780d31aae60f25ce17d.tar.bz2
gentoo-bc8b5241690d77f620e5e780d31aae60f25ce17d.zip
dev-python/configupdater: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configupdater')
-rw-r--r--dev-python/configupdater/configupdater-3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild b/dev-python/configupdater/configupdater-3.1.1.ebuild
index c59bbc9ec5a6..907203f8622b 100644
--- a/dev-python/configupdater/configupdater-3.1.1.ebuild
+++ b/dev-python/configupdater/configupdater-3.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
inherit distutils-r1