commit: d9a4f6e1f5e9dc66de151fad6100ff54e03c6592 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Mon Apr 3 05:30:21 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 06:55:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a4f6e1
app-misc/terminal-colors: enable py3.11 for live ebuild Closes: 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-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/terminal-colors/terminal-colors-9999.ebuild b/app-misc/terminal-colors/terminal-colors-9999.ebuild index 601e73f1bc1b..2c12ca92f090 100644 --- a/app-misc/terminal-colors/terminal-colors-9999.ebuild +++ b/app-misc/terminal-colors/terminal-colors-9999.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
