commit: 29c138088c5fe62fdbb564c3494a55d18c160df3 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri May 9 05:45:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 23 05:58:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c13808
app-misc/terminal-colors: enable py3.13 No test suit but passes multipile runtime tests. Closes: https://bugs.gentoo.org/952226 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41998 Closes: https://github.com/gentoo/gentoo/pull/41998 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 4 ++-- app-misc/terminal-colors/terminal-colors-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild index 44a2ad35aacd..f6adf88ce5ee 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/terminal-colors/terminal-colors-9999.ebuild b/app-misc/terminal-colors/terminal-colors-9999.ebuild index 0173925b3142..75bda3176074 100644 --- a/app-misc/terminal-colors/terminal-colors-9999.ebuild +++ b/app-misc/terminal-colors/terminal-colors-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ncurses" inherit python-r1
