diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-03-01 11:19:47 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-03-01 11:19:47 +0000 |
commit | 760121c03de0132d46f55475a3b3fc92eb54f944 (patch) | |
tree | 20b31599a5456edce17fbd2bdb6fac81a5a06ab3 /app-crypt/certbot-dns-dnsimple | |
parent | x11-misc/sw-notify-send: Bump to EAPI 8 (diff) | |
download | gentoo-760121c03de0132d46f55475a3b3fc92eb54f944.tar.gz gentoo-760121c03de0132d46f55475a3b3fc92eb54f944.tar.bz2 gentoo-760121c03de0132d46f55475a3b3fc92eb54f944.zip |
app-crypt/certbot-dns-dnsimple: enable py3.11
Closes: https://bugs.gentoo.org/896514
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-dns-dnsimple')
-rw-r--r-- | app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild index 51cc80c71ab7..7f31f1629de6 100644 --- a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild +++ b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10,11} ) inherit distutils-r1 |