summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-16 21:50:38 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-16 21:52:24 +0100
commita9213ea15638ad8034a3a0e3317451b62015d0b9 (patch)
tree06fe0806468f5aa168d50a8039cf1cb28d918448 /dev-python/hatchling
parentapp-portage/portpeek: add 3.2.5, dont break on USE_EXPANDS (diff)
downloadgentoo-a9213ea15638ad8034a3a0e3317451b62015d0b9.tar.gz
gentoo-a9213ea15638ad8034a3a0e3317451b62015d0b9.tar.bz2
gentoo-a9213ea15638ad8034a3a0e3317451b62015d0b9.zip
dev-python/hatchling: Enable testing on pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r--dev-python/hatchling/hatchling-1.27.0.ebuild4
1 files 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