From 3ea56d0314ccfe0712d2b1619e52c11ef538236c Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sat, 9 Mar 2024 11:17:38 +0000 Subject: [PATCH] dev-python/fido2: enable py3.12 Signed-off-by: Marek Szuba --- 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 b4c92006b704b..25d6084ff8742 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1