From c61b3e189cdb2337bdd5e485954a652886923924 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 2 Mar 2024 18:11:42 -0600 Subject: certbot-nginx: enable py3.12 Closes: Bug 925344 Signed-off-by: Matthew Thode --- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/certbot-nginx') 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 -- cgit v1.2.3-65-gdbad