commit: a9213ea15638ad8034a3a0e3317451b62015d0b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:50:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:52:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9213ea1
dev-python/hatchling: Enable testing on pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hatchling/hatchling-1.27.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hatchling/hatchling-1.27.0.ebuild
b/dev-python/hatchling/hatchling-1.27.0.ebuild
index a956105d07c8..c8fcc8962809 100644
--- a/dev-python/hatchling/hatchling-1.27.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.27.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13t )
+PYTHON_TESTED=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
inherit distutils-r1