From 732f4acc945bbc7e374a212d3feb22a57f38dc34 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 6 Jun 2023 20:19:26 +0300 Subject: dev-python/commentjson: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild index 810c080baf44..6ebede96a2b3 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_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad