commit: dddb0bb6968079b6594861d562bbb6e222a4c867
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 11:34:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 12:22:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb0bb6
dev-python/websocket-client: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/websocket-client/websocket-client-1.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild
b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
index ec8a093a7efb..688e78df8634 100644
--- a/dev-python/websocket-client/websocket-client-1.3.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1