summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:04:30 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:04:30 +0300
commita5bad33dbdf7971222181dc3a72333c3646545ce (patch)
tree284e5be60e1ebab83523ddae82a758e77e85e265 /dev-python/wsproto
parentdev-python/waitress: enable py3.12 (diff)
downloadgentoo-a5bad33dbdf7971222181dc3a72333c3646545ce.tar.gz
gentoo-a5bad33dbdf7971222181dc3a72333c3646545ce.tar.bz2
gentoo-a5bad33dbdf7971222181dc3a72333c3646545ce.zip
dev-python/wsproto: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/wsproto')
-rw-r--r--dev-python/wsproto/wsproto-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wsproto/wsproto-1.2.0.ebuild b/dev-python/wsproto/wsproto-1.2.0.ebuild
index 98be2cad4bed..90d124abc9e5 100644
--- a/dev-python/wsproto/wsproto-1.2.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.2.0.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 pypi