summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:07:54 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:30:55 +0100
commit239d1108d32bfe37a835c7aade6d4ecc55ffb402 (patch)
tree50453501586d2b98874ee5d02715079e532aa628 /dev-python
parente243f59eb4d7866d0f5422349f93b0ac77920c98 (diff)
downloadgentoo-239d1108d32bfe37a835c7aade6d4ecc55ffb402.tar.gz
gentoo-239d1108d32bfe37a835c7aade6d4ecc55ffb402.tar.bz2
gentoo-239d1108d32bfe37a835c7aade6d4ecc55ffb402.zip
dev-python/hatch: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hatch/hatch-1.14.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hatch/hatch-1.14.0-r1.ebuild b/dev-python/hatch/hatch-1.14.0-r1.ebuild
index 67af1d9235a0c..2979f51b2ab6f 100644
--- a/dev-python/hatch/hatch-1.14.0-r1.ebuild
+++ b/dev-python/hatch/hatch-1.14.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi