summaryrefslogtreecommitdiff
path: root/dev-python/plyvel/plyvel-1.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/plyvel/plyvel-1.5.0.ebuild')
-rw-r--r--dev-python/plyvel/plyvel-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plyvel/plyvel-1.5.0.ebuild b/dev-python/plyvel/plyvel-1.5.0.ebuild
index 0fd690cd5271..ef3371e44e7a 100644
--- a/dev-python/plyvel/plyvel-1.5.0.ebuild
+++ b/dev-python/plyvel/plyvel-1.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
# Disable PyPy3 for now because it is not stable enough:
# https://github.com/wbolster/plyvel/issues/140
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1