commit: dbb3c392b600cf266a9243b0065e01b983ae7fa4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 00:11:00 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 00:12:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb3c392
app-crypt/certbot-apache: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-crypt/certbot-apache/certbot-apache-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
index 4d1707d36f00..a7f3d35e15e3 100644
--- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-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