diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2023-01-24 11:58:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-24 12:01:30 +0200 |
commit | afbff9b257ba8bb06cf6ab1f9c546576ca4f4344 (patch) | |
tree | 20a3e5a66d15a5a30c1dd641365c567aa5f53e9e /app-crypt/tpm2-pkcs11 | |
parent | app-emulation/punes: drop 0.107, 0.109-r1 (diff) | |
download | gentoo-afbff9b257ba8bb06cf6ab1f9c546576ca4f4344.tar.gz gentoo-afbff9b257ba8bb06cf6ab1f9c546576ca4f4344.tar.bz2 gentoo-afbff9b257ba8bb06cf6ab1f9c546576ca4f4344.zip |
app-crypt/tpm2-pkcs11: Bump python compat to python-3.11
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-pkcs11')
-rw-r--r-- | app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild index 60a2451dde40..9397bc4f864f 100644 --- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild +++ b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" inherit python-single-r1 |