commit: aa15e0c23f7508511b374501f378a1732f0ff296
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 20:20:54 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 20:25:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa15e0c2
app-crypt/certbot-dns-desec: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
index e0440245f..1285aedc5 100644
--- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
+++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1