commit: 5ee283d658180a750c2df548bd0404405cc46b6f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 15:25:16 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 15:27:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee283d6
app-admin/cdist: Enable py3.12 Closes: https://bugs.gentoo.org/929271 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/cdist/cdist-7.0.0.ebuild | 4 ++-- 1 file 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
