commit: a66437f30d1c7ed35391f49cd14d5faded8ebddb Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Mon Apr 3 05:28:49 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 06:55:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66437f3
app-misc/terminal-colors: enable py3.11 for 3.0.2 Bug: https://bugs.gentoo.org/896598 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 543e370503ae..f127d91a60d5 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit python-r1
