commit: 6c4b3ba4aa06d43ccbd6bc3837ab030361d8529a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 16:22:16 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 16:23:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4b3ba4
dev-libs/libevdev: Add Python 3.14 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libevdev/libevdev-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libevdev/libevdev-9999.ebuild
b/dev-libs/libevdev/libevdev-9999.ebuild
index 43cb933541c0..1399e3677c45 100644
--- a/dev-libs/libevdev/libevdev-9999.ebuild
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit meson-multilib python-any-r1