summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 16:29:26 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 17:41:41 +0200
commit8a77af8cb1895139454d17dac3979e7d1cf984cb (patch)
tree4c160959338bdb68b87e2fa93e84f8cb56036c09 /dev-python/hatchling
parentdev-python/trove-classifiers: Enable py3.12 (diff)
downloadgentoo-8a77af8cb1895139454d17dac3979e7d1cf984cb.tar.gz
gentoo-8a77af8cb1895139454d17dac3979e7d1cf984cb.tar.bz2
gentoo-8a77af8cb1895139454d17dac3979e7d1cf984cb.zip
dev-python/hatchling: Enable 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 a71cd5b7faf4..686e2e8abd42 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_{9..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_TESTED=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 )
inherit distutils-r1