diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 16:29:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:41:41 +0200 |
commit | 8a77af8cb1895139454d17dac3979e7d1cf984cb (patch) | |
tree | 4c160959338bdb68b87e2fa93e84f8cb56036c09 /dev-python/hatchling | |
parent | dev-python/trove-classifiers: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |