summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-20 18:32:23 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-20 18:33:17 +0200
commit09bcc4024b9c30716a6e878a24eb97b401372d5e (patch)
treebeea0dc11999166c80bcef9a1941bc304e976202 /dev-python/crispy-bootstrap5
parentdev-python/django-crispy-forms: Enable py3.13 (diff)
downloadgentoo-09bcc4024b9c30716a6e878a24eb97b401372d5e.tar.gz
gentoo-09bcc4024b9c30716a6e878a24eb97b401372d5e.tar.bz2
gentoo-09bcc4024b9c30716a6e878a24eb97b401372d5e.zip
dev-python/crispy-bootstrap5: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/crispy-bootstrap5')
-rw-r--r--dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild
index ccc2aa04abb8..b4e83d76870c 100644
--- a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild
+++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1