From 91caa00e5e2c62ffc6b4fccd856dbd6e6b6033f2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 2 May 2025 10:22:05 +0200 Subject: [PATCH] app-crypt/yubikey-manager-qt: enable py3.13 Signed-off-by: David Seifert --- app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild index 06a02c0e95ab5..460df185237a5 100644 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild +++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.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 qmake-utils python-single-r1 desktop xdg