From 939a950e5ddd2846047495463e9b296ea005236f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 May 2025 21:26:42 +0100 Subject: [PATCH] sys-auth/fprintd: enable py3.13 Closes: https://bugs.gentoo.org/952722 Signed-off-by: Sam James --- sys-auth/fprintd/fprintd-1.94.2.ebuild | 4 ++-- sys-auth/fprintd/fprintd-1.94.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/fprintd/fprintd-1.94.2.ebuild b/sys-auth/fprintd/fprintd-1.94.2.ebuild index bc73bc40c3783..f9b0e8b9d8812 100644 --- a/sys-auth/fprintd/fprintd-1.94.2.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.2.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..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit meson pam python-any-r1 systemd diff --git a/sys-auth/fprintd/fprintd-1.94.3.ebuild b/sys-auth/fprintd/fprintd-1.94.3.ebuild index c3ce3840b14db..6ea8649b35668 100644 --- a/sys-auth/fprintd/fprintd-1.94.3.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit meson pam python-any-r1 systemd