commit: 1df6fc6ae6bef1ff4ec6632c1b30b748f73f6906
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 06:36:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 25 07:32:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df6fc6a
app-misc/tmux2html: disable py3.10, py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
index 870844cd76cd..f3b897ee0004 100644
--- a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
+++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="Render full tmux windows or individual panes as HTML"