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