summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-30 21:50:16 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-30 21:50:55 +0200
commit7824673e624c9b9927c2637c8ec29c12860bd474 (patch)
treed7875d8dcdd598174a3d9810010555fabc80c1b3 /dev-python/hatchling
parentdev-python/pytest-httpx: Enable py3.12 (diff)
downloadgentoo-7824673e624c9b9927c2637c8ec29c12860bd474.tar.gz
gentoo-7824673e624c9b9927c2637c8ec29c12860bd474.tar.bz2
gentoo-7824673e624c9b9927c2637c8ec29c12860bd474.zip
dev-python/hatchling: Enable tests on py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r--dev-python/hatchling/hatchling-1.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hatchling/hatchling-1.17.0.ebuild b/dev-python/hatchling/hatchling-1.17.0.ebuild
index cd8af0a567f0..7ec5ce6883bb 100644
--- a/dev-python/hatchling/hatchling-1.17.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.17.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{10..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 )
+PYTHON_TESTED=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1