commit: e8a8fa9966250321951f92429c1d3070dc4ee54e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 18:18:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 18:28:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a8fa99
dev-python/jsonref: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonref/jsonref-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonref/jsonref-0.2.ebuild
b/dev-python/jsonref/jsonref-0.2.ebuild
index 84fdd34cbed9..4afc569fb7c1 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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1