diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 17:45:56 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-02 18:12:34 -0600 |
commit | 4abfc44d2f57b870fd6a5670b85abddc212f1601 (patch) | |
tree | cdf8d9a464268bc16677fe6ccc9d10596f548b5f /app-crypt/acme | |
parent | app-forensics/foremost: Apply musl-1.2.4 largefile workaround (diff) | |
download | gentoo-4abfc44d2f57b870fd6a5670b85abddc212f1601.tar.gz gentoo-4abfc44d2f57b870fd6a5670b85abddc212f1601.tar.bz2 gentoo-4abfc44d2f57b870fd6a5670b85abddc212f1601.zip |
app-crypt/acme: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 88e179e64295..8ab22f2f02b5 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |