From 9b08ea350ffa8e584301e71350337cc450b2fc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 17 Jun 2024 17:00:12 +0200 Subject: [PATCH] dev-python/fido2: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/fido2/fido2-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fido2/fido2-1.1.3.ebuild b/dev-python/fido2/fido2-1.1.3.ebuild index d302c8976a1d0..4f552ea75078e 100644 --- a/dev-python/fido2/fido2-1.1.3.ebuild +++ b/dev-python/fido2/fido2-1.1.3.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1