From 19bd8545c56f96dcaa7018e2b6ca5a265237df99 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 May 2025 10:51:26 +0100 Subject: [PATCH] dev-python/jsonschema-specifications: enable py3.14 Signed-off-by: Sam James --- .../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 055e86b543440..fe729e733f543 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