summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-06-08 12:49:48 +0200
committerPacho Ramos <pacho@gentoo.org>2023-06-08 12:50:16 +0200
commitabe738948fe37aac2b6ec24f9239569ec51c5a3c (patch)
treee7697dcb9c99783d22f0baf90192896ca84f5ddb
parentdev-games/tiled: enable py3.11 (diff)
downloadgentoo-abe738948fe37aac2b6ec24f9239569ec51c5a3c.tar.gz
gentoo-abe738948fe37aac2b6ec24f9239569ec51c5a3c.tar.bz2
gentoo-abe738948fe37aac2b6ec24f9239569ec51c5a3c.zip
app-vim/voom: enable py3.11
Closes: https://bugs.gentoo.org/896662 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--app-vim/voom/voom-5.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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