diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 18:09:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 18:12:35 -0600 |
commit | 59da73d79c2988bae3f1a6c27b1ffd44ec7a0477 (patch) | |
tree | 4791b2bbc28456ed55df9dfc8fdb3cf474005fcb /app-crypt | |
parent | app-crypt/acme: enable py3.12 (diff) | |
download | gentoo-59da73d79c2988bae3f1a6c27b1ffd44ec7a0477.tar.gz gentoo-59da73d79c2988bae3f1a6c27b1ffd44ec7a0477.tar.bz2 gentoo-59da73d79c2988bae3f1a6c27b1ffd44ec7a0477.zip |
app-crypt/certbot: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 28d628bba116..987d94f3776a 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |