commit:     19265ae52c4c6345b0922d667b0ae1679e3f63a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 05:59:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 05:59:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19265ae5

app-misc/terminal-colors: disable py3.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 2 +-
 app-misc/terminal-colors/terminal-colors-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 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 f6adf88ce5ee..3a2f3286db5f 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_{10..13} )
+PYTHON_COMPAT=( python3_{11..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 75bda3176074..4d39f7b4de5e 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_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1

Reply via email to