commit:     8c36c40f51374ef824577b475b685bc2b16dfd34
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 13:41:18 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 31 13:55:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c36c40f

dev-libs/libevdev: Add Python 3.13 compatibility

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/libevdev/libevdev-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libevdev/libevdev-9999.ebuild 
b/dev-libs/libevdev/libevdev-9999.ebuild
index 5016bca432b7..c29d77531fd3 100644
--- a/dev-libs/libevdev/libevdev-9999.ebuild
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit meson-multilib python-any-r1
 

Reply via email to