summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-25 04:09:37 +0100
committerSam James <sam@gentoo.org>2023-05-25 04:14:23 +0100
commit63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be (patch)
tree89a54ffd44544cc33348f39d293264fed85e5c59 /dev-python/pyyaml
parentdev-python/lxml: enable py3.12 (diff)
downloadgentoo-63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be.tar.gz
gentoo-63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be.tar.bz2
gentoo-63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be.zip
dev-python/pyyaml: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyyaml')
-rw-r--r--dev-python/pyyaml/pyyaml-6.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
index be15962675c7..549af76ad3ca 100644
--- a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
+++ b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1