summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-02 19:38:30 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-02 20:19:18 +0200
commit0a22298be1c04d82e496034ef0e49a86a43f2343 (patch)
tree829a700b642ad8071dd089fe5e5e9ae6e1886ee3 /dev-python
parentdev-python/flask-cors: Enable py3.12 (diff)
downloadgentoo-0a22298be1c04d82e496034ef0e49a86a43f2343.tar.gz
gentoo-0a22298be1c04d82e496034ef0e49a86a43f2343.tar.bz2
gentoo-0a22298be1c04d82e496034ef0e49a86a43f2343.zip
dev-python/flask-debug: Enable py3.12
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.ebuild2
1 files changed, 1 insertions, 1 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 267f6fbbd700..8c1b031dd39f 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
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1