diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 17:20:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 17:29:27 +0200 |
commit | e3a7c212cda5953087b795950af93fb59589a14a (patch) | |
tree | ef9b65c71f429fef00966a2c4c0edc8d259cdfbb /dev-python | |
parent | dev-python/sphinxcontrib-doxylink: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |