commit: e9b8e1825fdc08158c742073df76c2e8f3938823 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri Jul 25 20:10:40 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 04:12:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b8e182
app-vim/gundo: enable py3.13, py3.14 Runtime tests only, tested as many commands as I could find in the docs for both py3.13 and py14, LGTM. Closes: https://bugs.gentoo.org/952260 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/43159 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> app-vim/gundo/gundo-2.6.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/gundo/gundo-2.6.2-r4.ebuild b/app-vim/gundo/gundo-2.6.2-r4.ebuild index 2c977633e345..02d1ecb911ca 100644 --- a/app-vim/gundo/gundo-2.6.2-r4.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit vim-plugin python-single-r1 vcs-snapshot
