sys-auth/fprintd: enable py3.13

Closes: https://bugs.gentoo.org/952722
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-25 21:26:42 +01:00
parent 26dcf899e0
commit 939a950e5d
2 changed files with 3 additions and 3 deletions

View File

@@ -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..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit meson pam python-any-r1 systemd

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit meson pam python-any-r1 systemd