diff options
author | Sam James <sam@gentoo.org> | 2023-07-12 07:42:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-12 07:49:31 +0100 |
commit | a558bed7ccc95db87d383b1be7379c72acce40ff (patch) | |
tree | 3b8eb4d494abd87a2105dd1b4a4a2252dfab2ef9 /dev-libs/botan | |
parent | dev-libs/botan: fix doc install (diff) | |
download | gentoo-a558bed7ccc95db87d383b1be7379c72acce40ff.tar.gz gentoo-a558bed7ccc95db87d383b1be7379c72acce40ff.tar.bz2 gentoo-a558bed7ccc95db87d383b1be7379c72acce40ff.zip |
dev-libs/botan: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-3.1.0.ebuild b/dev-libs/botan/botan-3.1.0.ebuild index 5ef808627c93..2fae139bb350 100644 --- a/dev-libs/botan/botan-3.1.0.ebuild +++ b/dev-libs/botan/botan-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc inherit edo python-r1 toolchain-funcs verify-sig |