diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:29:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:31:09 +0200 |
commit | 2a1384169ac071b73e336bad0e9fcb058462c48a (patch) | |
tree | 899bb01348c9fc1681de088d2413fae2f381a644 /dev-python/websocket-client | |
parent | dev-python/aiohttp-socks: Enable py3.12 (diff) | |
download | gentoo-2a1384169ac071b73e336bad0e9fcb058462c48a.tar.gz gentoo-2a1384169ac071b73e336bad0e9fcb058462c48a.tar.bz2 gentoo-2a1384169ac071b73e336bad0e9fcb058462c48a.zip |
dev-python/websocket-client: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/websocket-client')
-rw-r--r-- | dev-python/websocket-client/websocket-client-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/websocket-client/websocket-client-1.5.2.ebuild b/dev-python/websocket-client/websocket-client-1.5.2.ebuild index 1842330b9108..e70ca56c7688 100644 --- a/dev-python/websocket-client/websocket-client-1.5.2.ebuild +++ b/dev-python/websocket-client/websocket-client-1.5.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |