diff options
author | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:43 +0200 |
commit | 56e65936310cbf23ce10740decefcc321060ca31 (patch) | |
tree | 30b194b058cdd61a3918502f8846bf99a9590687 /app-crypt/tpm2-tools | |
parent | app-crypt/tpm2-tools: drop 5.2-r1, 5.4 (diff) | |
download | gentoo-56e65936310cbf23ce10740decefcc321060ca31.tar.gz gentoo-56e65936310cbf23ce10740decefcc321060ca31.tar.bz2 gentoo-56e65936310cbf23ce10740decefcc321060ca31.zip |
app-crypt/tpm2-tools: enable py3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tools')
-rw-r--r-- | app-crypt/tpm2-tools/tpm2-tools-5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.5.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.5.ebuild index 98c2668e4ddd..3369665b5b11 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-5.5.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-5.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 flag-o-matic python-any-r1 DESCRIPTION="Tools for the TPM 2.0 TSS" |