summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-23 17:20:26 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-23 17:29:27 +0200
commite3a7c212cda5953087b795950af93fb59589a14a (patch)
treeef9b65c71f429fef00966a2c4c0edc8d259cdfbb /dev-python
parentdev-python/sphinxcontrib-doxylink: Enable py3.12 (diff)
downloadgentoo-e3a7c212cda5953087b795950af93fb59589a14a.tar.gz
gentoo-e3a7c212cda5953087b795950af93fb59589a14a.tar.bz2
gentoo-e3a7c212cda5953087b795950af93fb59589a14a.zip
dev-python/flufl-lock: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flufl-lock/flufl-lock-8.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flufl-lock/flufl-lock-8.0.2.ebuild b/dev-python/flufl-lock/flufl-lock-8.0.2.ebuild
index eee32d25e7bd..21e91e5e36f5 100644
--- a/dev-python/flufl-lock/flufl-lock-8.0.2.ebuild
+++ b/dev-python/flufl-lock/flufl-lock-8.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi