commit: 6d8f057b93ae4041e11f9da67d68e6b7b1691280
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 19:03:33 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 19:03:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8f057b
dev-python/pyudev: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pyudev/pyudev-0.24.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyudev/pyudev-0.24.0.ebuild
b/dev-python/pyudev/pyudev-0.24.0.ebuild
index adac95d67480..ca4c6d46a0be 100644
--- a/dev-python/pyudev/pyudev-0.24.0.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 optfeature
DESCRIPTION="Python binding to libudev"