commit: 4b05d07f61c39fd5dec25f60034ff93d83fb9369
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 17:58:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 26 18:50:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b05d07f
dev-python/pytest-tornasync: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
index dfe708ec3442..1ae8bd077fc3 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi