commit: 543a9c3ac738ba5f28f85da9eb888b4dffed570c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 15:05:48 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 15:27:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543a9c3a
app-misc/timew-report: Enable py3.12 Closes: https://bugs.gentoo.org/929342 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/timew-report/timew-report-1.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/timew-report/timew-report-1.4.0-r1.ebuild b/app-misc/timew-report/timew-report-1.4.0-r1.ebuild index 7a298dbc18c1..f2280d749a26 100644 --- a/app-misc/timew-report/timew-report-1.4.0-r1.ebuild +++ b/app-misc/timew-report/timew-report-1.4.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
