diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:04:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:04:30 +0300 |
commit | a5bad33dbdf7971222181dc3a72333c3646545ce (patch) | |
tree | 284e5be60e1ebab83523ddae82a758e77e85e265 /dev-python/wsproto | |
parent | dev-python/waitress: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |