commit: 304c298dcd0cc45ea2552fe062d9400113130a4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 1 18:26:50 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 1 18:34:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304c298d
dev-python/testfixtures: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/testfixtures/testfixtures-10.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/testfixtures/testfixtures-10.0.0.ebuild
b/dev-python/testfixtures/testfixtures-10.0.0.ebuild
index c8922e751f02..ba21b386f06f 100644
--- a/dev-python/testfixtures/testfixtures-10.0.0.ebuild
+++ b/dev-python/testfixtures/testfixtures-10.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi