summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hatchling/hatchling-1.12.1.ebuild')
-rw-r--r--dev-python/hatchling/hatchling-1.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hatchling/hatchling-1.12.1.ebuild b/dev-python/hatchling/hatchling-1.12.1.ebuild
index dca74863e93a..9b92d2a41c5b 100644
--- a/dev-python/hatchling/hatchling-1.12.1.ebuild
+++ b/dev-python/hatchling/hatchling-1.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{8..11} )
+PYTHON_TESTED=( pypy3 python3_{9..11} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1