summaryrefslogtreecommitdiff
path: root/dev-python/jsonref
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/jsonref-0.2.ebuild2
-rw-r--r--dev-python/jsonref/jsonref-0.3.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonref/jsonref-0.2.ebuild b/dev-python/jsonref/jsonref-0.2.ebuild
index 3e01e8cd67a5..6f5b55467d4a 100644
--- a/dev-python/jsonref/jsonref-0.2.ebuild
+++ b/dev-python/jsonref/jsonref-0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1
diff --git a/dev-python/jsonref/jsonref-0.3.0.ebuild b/dev-python/jsonref/jsonref-0.3.0.ebuild
index 6c90fde2584a..7586a4036a0d 100644
--- a/dev-python/jsonref/jsonref-0.3.0.ebuild
+++ b/dev-python/jsonref/jsonref-0.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1