commit: 19bd8545c56f96dcaa7018e2b6ca5a265237df99
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 09:51:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:02:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bd8545
dev-python/jsonschema-specifications: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild
b/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild
index 055e86b54344..fe729e733f54 100644
---
a/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild
+++
b/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi