commit: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Jul 4 11:51:03 2022 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Jul 4 11:51:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4fa010b
dev-python/hidapi: enable py3.11
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/hidapi/hidapi-0.11.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild
b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
index 2bbd2dfbf..54515d41b 100644
--- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild
+++ b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1