summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 16:59:33 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 18:25:36 +0200
commit0bdf943840d4f1e47c5c04cebab1ac4b3fcf6d5d (patch)
treecd99d5a2c4922a48aa9001f8443460efc49b568c /dev-python
parentdev-python/flask-api: Enable py3.13 (diff)
downloadgentoo-0bdf943840d4f1e47c5c04cebab1ac4b3fcf6d5d.tar.gz
gentoo-0bdf943840d4f1e47c5c04cebab1ac4b3fcf6d5d.tar.bz2
gentoo-0bdf943840d4f1e47c5c04cebab1ac4b3fcf6d5d.zip
dev-python/flask-debug: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
index eb90e45da3b8..180ad7d17fad 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1