diff options
author | Sam James <sam@gentoo.org> | 2023-05-25 04:09:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 04:14:23 +0100 |
commit | 63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be (patch) | |
tree | 89a54ffd44544cc33348f39d293264fed85e5c59 /dev-python/pyyaml | |
parent | dev-python/lxml: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |