summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 18:06:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 18:23:14 +0200
commitfdceebae8a00edd349c4316a26acddc113c22ff2 (patch)
treead2db1624efa7b81c083063c9444cd64b2a52577 /app-crypt/certbot-dns-nsone
parentmedia-sound/reaper-bin: add 7.16, drop 7.14 (diff)
downloadgentoo-fdceebae8a00edd349c4316a26acddc113c22ff2.tar.gz
gentoo-fdceebae8a00edd349c4316a26acddc113c22ff2.tar.bz2
gentoo-fdceebae8a00edd349c4316a26acddc113c22ff2.zip
app-crypt/certbot-dns-nsone: Enable py3.12
Closes: https://bugs.gentoo.org/929289 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-dns-nsone')
-rw-r--r--app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
index 925d64f17b47..530fec9a0dfb 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-1.18.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1