commit: 6da5b99d5b3ca4ccf7d2cf29200339bc6697b143
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 11:47:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 12:49:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da5b99d
dev-python/tempora: Enable testing on pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempora/tempora-5.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/tempora/tempora-5.8.0.ebuild
b/dev-python/tempora/tempora-5.8.0.ebuild
index 6c19323cf8c9..676022b9b769 100644
--- a/dev-python/tempora/tempora-5.8.0.ebuild
+++ b/dev-python/tempora/tempora-5.8.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( pypy3 python3_{10..13} python3_13t )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
+PYTHON_TESTED=( pypy3 pypy3_11 python3_{10..13} python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi