commit: c2630c842af2635cc1ad25b3f66c2688678202d5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 09:51:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:02:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2630c84
dev-python/referencing: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/referencing/referencing-0.36.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/referencing/referencing-0.36.2-r1.ebuild
b/dev-python/referencing/referencing-0.36.2-r1.ebuild
index af49279b3b3a..a6844ece0258 100644
--- a/dev-python/referencing/referencing-0.36.2-r1.ebuild
+++ b/dev-python/referencing/referencing-0.36.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi