summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-10 17:42:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-10 19:00:56 +0200
commit268e387af1dd07bf449e0ed161c6db322da394c2 (patch)
tree975d33c03e795a4b3aa9ae13829a333e42f0b815 /www-servers
parentdev-python/ddt: Enable py3.13 (diff)
downloadgentoo-268e387af1dd07bf449e0ed161c6db322da394c2.tar.gz
gentoo-268e387af1dd07bf449e0ed161c6db322da394c2.tar.bz2
gentoo-268e387af1dd07bf449e0ed161c6db322da394c2.zip
www-servers/gunicorn: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gunicorn/gunicorn-22.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-22.0.0.ebuild b/www-servers/gunicorn/gunicorn-22.0.0.ebuild
index 2d4a06c2cffd..6baafbdd6c42 100644
--- a/www-servers/gunicorn/gunicorn-22.0.0.ebuild
+++ b/www-servers/gunicorn/gunicorn-22.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1