From 6c4b3ba4aa06d43ccbd6bc3837ab030361d8529a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 20 Oct 2025 12:22:16 -0400 Subject: [PATCH] dev-libs/libevdev: Add Python 3.14 compatibility Signed-off-by: Matt Turner --- 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 43cb933541c09..1399e3677c45b 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