dev-python/websocket-client: enable py3.13

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk 2024-06-21 09:13:36 +02:00
parent 06495ab54b
commit 9f34cd9e48
No known key found for this signature in database
GPG Key ID: 351D91B6D7DF9E50

View File

@ -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 pypi