commit: 56a228331dc5f881e3ae9c3483874db691a1be5e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 01:44:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 01:44:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a22833
dev-python/fido2: Add py3.13 & py3.14 to <2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fido2/fido2-0.9.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/fido2/fido2-0.9.3-r1.ebuild
b/dev-python/fido2/fido2-0.9.3-r1.ebuild
index 25d6084ff874..f129f545dad6 100644
--- a/dev-python/fido2/fido2-0.9.3-r1.ebuild
+++ b/dev-python/fido2/fido2-0.9.3-r1.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..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1