commit: f52e34b15c98fcbee07e1aaf93494ad1f1ac0f52
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 14:21:37 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 14:32:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52e34b1
dev-python/jsonschema: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonschema/jsonschema-4.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonschema/jsonschema-4.5.1.ebuild
b/dev-python/jsonschema/jsonschema-4.5.1.ebuild
index bd240c682afe..ed05d5f3961b 100644
--- a/dev-python/jsonschema/jsonschema-4.5.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1