From 4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 15 Jul 2022 21:36:15 +0300 Subject: [PATCH] dev-python/commentjson: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild index e0e583facbfe8..2309f67cfbc1e 100644 --- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1