diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 18:11:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 18:12:37 -0600 |
commit | c61b3e189cdb2337bdd5e485954a652886923924 (patch) | |
tree | 772fca61f8039cd963f4313aabc20cc80ce208a8 /app-crypt | |
parent | app-crypt/certbot-apache: enable py3.12 (diff) | |
download | gentoo-c61b3e189cdb2337bdd5e485954a652886923924.tar.gz gentoo-c61b3e189cdb2337bdd5e485954a652886923924.tar.bz2 gentoo-c61b3e189cdb2337bdd5e485954a652886923924.zip |
certbot-nginx: enable py3.12
Closes: Bug 925344
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index 681a2d89b66e..db555ce797a5 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-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 |