diff options
author | 2022-12-13 01:20:54 +0500 | |
---|---|---|
committer | 2022-12-13 01:25:54 +0500 | |
commit | aa15e0c23f7508511b374501f378a1732f0ff296 (patch) | |
tree | 842a2319da9705d7881043ce14648ade0acbb8d0 /app-crypt | |
parent | www-apps/invidious: drop 2022.11.02 (diff) | |
download | guru-aa15e0c23f7508511b374501f378a1732f0ff296.tar.gz guru-aa15e0c23f7508511b374501f378a1732f0ff296.tar.bz2 guru-aa15e0c23f7508511b374501f378a1732f0ff296.zip |
app-crypt/certbot-dns-desec: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |