summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 18:13:37 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:21:31 +0200
commit2149707c8bbaad1558274ab18a06933fca0363ad (patch)
tree369d0d8e6a4aa5b53c79bc651a885795a6901aea /dev-python/trio-websocket
parentdev-python/trio-websocket: Deselect tests broken by new trio (diff)
downloadgentoo-2149707c8bbaad1558274ab18a06933fca0363ad.tar.gz
gentoo-2149707c8bbaad1558274ab18a06933fca0363ad.tar.bz2
gentoo-2149707c8bbaad1558274ab18a06933fca0363ad.zip
dev-python/trio-websocket: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trio-websocket')
-rw-r--r--dev-python/trio-websocket/trio-websocket-0.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trio-websocket/trio-websocket-0.11.1.ebuild b/dev-python/trio-websocket/trio-websocket-0.11.1.ebuild
index 68e77b5a7db0..b567b9bb00a2 100644
--- a/dev-python/trio-websocket/trio-websocket-0.11.1.ebuild
+++ b/dev-python/trio-websocket/trio-websocket-0.11.1.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