From 4d51e5d839c8237fac0a7dddb7e26e8ac17dfcd8 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 6 May 2021 11:59:15 +0100 Subject: [PATCH] dev-python/simplejson: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/simplejson/simplejson-3.17.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild index bd730ca32187a..95f4a41c2355b 100644 --- a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild +++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1