summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-20 16:46:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-20 16:46:29 +0200
commit88299505b644b2e4ab2f33fe34c64dd8b58b3fcb (patch)
treef80485ac447ad048f2908345b42e589817341038 /dev-python/zc-lockfile
parentdev-python/restructuredtext-lint: Add GH remote-id (diff)
downloadgentoo-88299505b644b2e4ab2f33fe34c64dd8b58b3fcb.tar.gz
gentoo-88299505b644b2e4ab2f33fe34c64dd8b58b3fcb.tar.bz2
gentoo-88299505b644b2e4ab2f33fe34c64dd8b58b3fcb.zip
dev-python/zc-lockfile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zc-lockfile')
-rw-r--r--dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild b/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild
index 0faf7a9efd62..73c001433e90 100644
--- a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi