summaryrefslogtreecommitdiff
path: root/dev-python/jsonpointer/jsonpointer-2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonpointer/jsonpointer-2.2.ebuild')
-rw-r--r--dev-python/jsonpointer/jsonpointer-2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpointer/jsonpointer-2.2.ebuild b/dev-python/jsonpointer/jsonpointer-2.2.ebuild
index b9af0692bd8f..6bef314ba9dc 100644
--- a/dev-python/jsonpointer/jsonpointer-2.2.ebuild
+++ b/dev-python/jsonpointer/jsonpointer-2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"