From abe738948fe37aac2b6ec24f9239569ec51c5a3c Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 8 Jun 2023 12:49:48 +0200 Subject: app-vim/voom: enable py3.11 Closes: https://bugs.gentoo.org/896662 Signed-off-by: Pacho Ramos --- 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 -- cgit v1.2.3-65-gdbad