summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 11:41:24 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 12:03:56 +0200
commit5370316d9525ce11b61bacec01e49db5d1ee1396 (patch)
treeeff6c7713eb3595c66ae81ff65c7e065f50a9a50 /dev-python/pyyaml
parentdev-python/pyyaml: Use PEP517 build (diff)
downloadgentoo-5370316d9525ce11b61bacec01e49db5d1ee1396.tar.gz
gentoo-5370316d9525ce11b61bacec01e49db5d1ee1396.tar.bz2
gentoo-5370316d9525ce11b61bacec01e49db5d1ee1396.zip
dev-python/pyyaml: Enable py3.11
Signed-off-by: Michał Górny <mgorny@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 2925130948e7..b9fb87af60eb 100644
--- a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
+++ b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1