commit: f31274271ee567a06488313640063d4b65be0a22
Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 23:47:31 2025 +0000
Commit: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
CommitDate: Wed Apr 16 23:47:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3127427
app-crypt/certbot-dns-cloudflare: enable py3.13
Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild
b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild
index b5008519b..d995dfaf4 100644
--- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild
+++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=(python3_{11..12})
+PYTHON_COMPAT=(python3_{11..13})
# certbot ready for 3.13, but not cloudflare
#DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_PEP517=setuptools