summaryrefslogtreecommitdiff
path: root/dev-python/josepy/josepy-1.13.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/josepy/josepy-1.13.0.ebuild')
-rw-r--r--dev-python/josepy/josepy-1.13.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.13.0.ebuild b/dev-python/josepy/josepy-1.13.0.ebuild
index 45eafeb488c2..75d4dd3a0381 100644
--- a/dev-python/josepy/josepy-1.13.0.ebuild
+++ b/dev-python/josepy/josepy-1.13.0.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="JOSE protocol implementation in Python"