summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-14 17:49:01 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-14 17:54:54 +0200
commitb89b33965d5e2aae50c5862a8d0bc961d591c814 (patch)
tree788f853de84e04024a8517e91435e3855fa6cbd4 /dev-python/quart
parentdev-python/hypercorn: Enable py3.13 (diff)
downloadgentoo-b89b33965d5e2aae50c5862a8d0bc961d591c814.tar.gz
gentoo-b89b33965d5e2aae50c5862a8d0bc961d591c814.tar.bz2
gentoo-b89b33965d5e2aae50c5862a8d0bc961d591c814.zip
dev-python/quart: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/quart')
-rw-r--r--dev-python/quart/quart-0.19.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/quart/quart-0.19.6.ebuild b/dev-python/quart/quart-0.19.6.ebuild
index 5e909045481e..164c618c58a8 100644
--- a/dev-python/quart/quart-0.19.6.ebuild
+++ b/dev-python/quart/quart-0.19.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1