summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-14 17:51:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-14 17:54:56 +0200
commit912bf5cad29ac51e861bb14ff2d432b047929978 (patch)
tree57615c363dc338e23a35032c7942ce4e93295fb8 /dev-python
parentdev-python/quart-trio: Backport a test fix for new trio (diff)
downloadgentoo-912bf5cad29ac51e861bb14ff2d432b047929978.tar.gz
gentoo-912bf5cad29ac51e861bb14ff2d432b047929978.tar.bz2
gentoo-912bf5cad29ac51e861bb14ff2d432b047929978.zip
dev-python/quart-trio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/quart-trio/quart-trio-0.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/quart-trio/quart-trio-0.11.1.ebuild b/dev-python/quart-trio/quart-trio-0.11.1.ebuild
index f09365444ebe..b6d0cb0fe9db 100644
--- a/dev-python/quart-trio/quart-trio-0.11.1.ebuild
+++ b/dev-python/quart-trio/quart-trio-0.11.1.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