From c85e96f360c0d42aa26798bcffef9e3c5f28e677 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 May 2021 10:06:09 +0200 Subject: dev-python/fastjsonschema: Enable python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/fastjsonschema') diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild index d7a02824024e..375ee9426e37 100644 --- a/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild +++ b/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 MY_P=python-${P} -- cgit v1.2.3-65-gdbad