From eaac4b7a57f12ce7226e1312817cf8e1eecf2712 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 7 Oct 2024 07:23:44 +0100 Subject: [PATCH] app-crypt/tpm2-tools: enable py3.13 Signed-off-by: Sam James --- app-crypt/tpm2-tools/tpm2-tools-5.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.7.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.7.ebuild index aa2d0dcdcc58d..530587f97e2d9 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-5.7.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-5.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools bash-completion-r1 flag-o-matic python-any-r1 DESCRIPTION="Tools for the TPM 2.0 TSS"