diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:25:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:27:14 +0200 |
commit | 5ee283d658180a750c2df548bd0404405cc46b6f (patch) | |
tree | 06a4b7120cec13ca10fcae4b0f916e8eca6706a2 /app-admin/cdist | |
parent | app-text/xml2rfc: Enable py3.12 (diff) | |
download | gentoo-5ee283d658180a750c2df548bd0404405cc46b6f.tar.gz gentoo-5ee283d658180a750c2df548bd0404405cc46b6f.tar.bz2 gentoo-5ee283d658180a750c2df548bd0404405cc46b6f.zip |
app-admin/cdist: Enable py3.12
Closes: https://bugs.gentoo.org/929271
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/cdist')
-rw-r--r-- | app-admin/cdist/cdist-7.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/cdist/cdist-7.0.0.ebuild b/app-admin/cdist/cdist-7.0.0.ebuild index 074a43f466ea..6a67147f107c 100644 --- a/app-admin/cdist/cdist-7.0.0.ebuild +++ b/app-admin/cdist/cdist-7.0.0.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_{10..12} ) DISTUTILS_USE_SETUPTOOLS=no |