commit: ee908d1684673f62e9dbd645a3456577806de7df
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 9 02:42:29 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 9 02:42:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee908d16
dev-python/pyudev: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyudev/pyudev-0.24.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyudev/pyudev-0.24.4.ebuild
b/dev-python/pyudev/pyudev-0.24.4.ebuild
index 98473419d9a8..29f0d8ae1f21 100644
--- a/dev-python/pyudev/pyudev-0.24.4.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 optfeature pypi
DESCRIPTION="Python binding to libudev"