commit: 492d69fc6c1a0b33e0361d06a79d692468d7f555 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Mar 29 07:11:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 18:22:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492d69fc
app-crypt/yubikey-manager: enable py3.13 Closes: https://bugs.gentoo.org/952188 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/41360 Closes: https://github.com/gentoo/gentoo/pull/41360 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/yubikey-manager/yubikey-manager-5.5.1.ebuild | 4 ++-- app-crypt/yubikey-manager/yubikey-manager-5.6.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/yubikey-manager/yubikey-manager-5.5.1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-5.5.1.ebuild index c5c8e5944f2c..b39fbbd9bafd 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-5.5.1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-5.5.1.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_{10..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 verify-sig diff --git a/app-crypt/yubikey-manager/yubikey-manager-5.6.1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-5.6.1.ebuild index d46d55637cf8..52121fa15ecf 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-5.6.1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-5.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 verify-sig
