From a4ae053e7dfbaf0162555c46f24b074f11ed025a Mon Sep 17 00:00:00 2001 From: Michał Górny <mgorny@gentoo.org> Date: Thu, 9 May 2024 19:25:02 +0200 Subject: dev-python/fastjsonschema: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny <mgorny@gentoo.org> --- dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/fastjsonschema') diff --git a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild index 2308e701735e..cf18821f1b26 100644 --- a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild +++ b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad