commit: abe738948fe37aac2b6ec24f9239569ec51c5a3c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 10:49:48 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 10:50:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe73894
app-vim/voom: enable py3.11 Closes: https://bugs.gentoo.org/896662 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-vim/voom/voom-5.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild index ed6527121986..2a3f7c898585 100644 --- a/app-vim/voom/voom-5.3-r1.ebuild +++ b/app-vim/voom/voom-5.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 vim-plugin