summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-25 22:03:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-25 22:03:33 +0300
commit6d8f057b93ae4041e11f9da67d68e6b7b1691280 (patch)
tree6f55d3810152b7c5139021d6b7bf4bff52c9cdea /dev-python/pyudev
parentdev-python/jupyter_packaging: add 0.12.3 (diff)
downloadgentoo-6d8f057b93ae4041e11f9da67d68e6b7b1691280.tar.gz
gentoo-6d8f057b93ae4041e11f9da67d68e6b7b1691280.tar.bz2
gentoo-6d8f057b93ae4041e11f9da67d68e6b7b1691280.zip
dev-python/pyudev: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyudev')
-rw-r--r--dev-python/pyudev/pyudev-0.24.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"