summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-13 15:44:13 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-13 15:44:13 +0100
commit980b353e2b59fa2f47f8a43dd21cfbf8e304b399 (patch)
tree51a14b3633cb259e89117567bc1c832c0df8e1dd /dev-python/CppHeaderParser
parentdev-python/rpy: add github upstream metadata (diff)
downloadgentoo-980b353e2b59fa2f47f8a43dd21cfbf8e304b399.tar.gz
gentoo-980b353e2b59fa2f47f8a43dd21cfbf8e304b399.tar.bz2
gentoo-980b353e2b59fa2f47f8a43dd21cfbf8e304b399.zip
dev-python/CppHeaderParser: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/CppHeaderParser')
-rw-r--r--dev-python/CppHeaderParser/CppHeaderParser-2.7.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/CppHeaderParser/CppHeaderParser-2.7.4-r1.ebuild b/dev-python/CppHeaderParser/CppHeaderParser-2.7.4-r1.ebuild
index df7ec9b8c4ee..1b313949b2d3 100644
--- a/dev-python/CppHeaderParser/CppHeaderParser-2.7.4-r1.ebuild
+++ b/dev-python/CppHeaderParser/CppHeaderParser-2.7.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi