summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-03-02 18:09:58 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2024-03-02 18:12:35 -0600
commit59da73d79c2988bae3f1a6c27b1ffd44ec7a0477 (patch)
tree4791b2bbc28456ed55df9dfc8fdb3cf474005fcb /app-crypt
parentapp-crypt/acme: enable py3.12 (diff)
downloadgentoo-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.ebuild4
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