commit: 9d8621969c1d7b14600ce31880d9c9639f09f04e Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Mon Dec 1 18:44:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 2 03:04:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d862196
dev-python/testfixtures: enable py3.14 Tests pass with it. Need it to pass pkgcheck on stable. Signed-off-by: Joe Kappus <joe <AT> wt.gd> Part-of: https://github.com/gentoo/gentoo/pull/44778 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/testfixtures/testfixtures-9.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testfixtures/testfixtures-9.2.0.ebuild b/dev-python/testfixtures/testfixtures-9.2.0.ebuild index 4c9621ffa2db..f5e138902703 100644 --- a/dev-python/testfixtures/testfixtures-9.2.0.ebuild +++ b/dev-python/testfixtures/testfixtures-9.2.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
