summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 19:19:33 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:21:46 +0200
commit0ea18c05c8a3288020c06055db394b5bbb92d271 (patch)
tree05009205738dd1ca069125211d97d054fb50b294 /dev-python/flufl-lock
parentdev-python/atpublic: Enable py3.13 (diff)
downloadgentoo-0ea18c05c8a3288020c06055db394b5bbb92d271.tar.gz
gentoo-0ea18c05c8a3288020c06055db394b5bbb92d271.tar.bz2
gentoo-0ea18c05c8a3288020c06055db394b5bbb92d271.zip
dev-python/flufl-lock: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flufl-lock')
-rw-r--r--dev-python/flufl-lock/flufl-lock-8.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flufl-lock/flufl-lock-8.1.0.ebuild b/dev-python/flufl-lock/flufl-lock-8.1.0.ebuild
index 4cd3b9657779..21729fd6e543 100644
--- a/dev-python/flufl-lock/flufl-lock-8.1.0.ebuild
+++ b/dev-python/flufl-lock/flufl-lock-8.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi