commit: 22d4cc214caf01f1f32b8ec9dcdf08c9ff6ab123
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 19:49:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 20:01:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d4cc21
dev-python/fastjsonschema: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/fastjsonschema/fastjsonschema-2.21.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.21.1.ebuild
b/dev-python/fastjsonschema/fastjsonschema-2.21.1.ebuild
index cf71fc864531..69c8443a46bb 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.21.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.21.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi