commit: 44dc56eb0111a72bff9b2c6756d110410b9e8710
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 15:27:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 15:44:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dc56eb
dev-python/pytest-rerunfailures: Enable py3.14t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-rerunfailures/pytest-rerunfailures-15.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-15.1.ebuild
b/dev-python/pytest-rerunfailures/pytest-rerunfailures-15.1.ebuild
index 11e04dec18ee..34c718010bfe 100644
--- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-15.1.ebuild
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-15.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} python3_13t pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi