summaryrefslogtreecommitdiff
path: root/dev-python/jschema_to_python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jschema_to_python')
-rw-r--r--dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild2
-rw-r--r--dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild b/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
index fff04ef62e9d..aea1ebaedd7c 100644
--- a/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
+++ b/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
index 0763d743b622..3166a1527042 100644
--- a/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
+++ b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1
DESCRIPTION="Generate source code for Python classes from a JSON schema"