summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gpep517/gpep517-5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gpep517/gpep517-5.ebuild b/dev-python/gpep517/gpep517-5.ebuild
index 823987f2f511..1c06fab5af2e 100644
--- a/dev-python/gpep517/gpep517-5.ebuild
+++ b/dev-python/gpep517/gpep517-5.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1