summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 11:47:30 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 11:54:22 +0200
commit0381e06239e7032286b9f73e0b4f38d2486c16c6 (patch)
tree769252f2ffadfc3e1ad3624a3ab40218201e94e3 /dev-python
parentdev-python/jinja: Enable py3.13 (diff)
downloadgentoo-0381e06239e7032286b9f73e0b4f38d2486c16c6.tar.gz
gentoo-0381e06239e7032286b9f73e0b4f38d2486c16c6.tar.bz2
gentoo-0381e06239e7032286b9f73e0b4f38d2486c16c6.zip
dev-python/flask: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask/flask-3.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask/flask-3.0.3.ebuild b/dev-python/flask/flask-3.0.3.ebuild
index e59b6ec1d32e..d3089d23f34f 100644
--- a/dev-python/flask/flask-3.0.3.ebuild
+++ b/dev-python/flask/flask-3.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1