diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-06-08 12:49:48 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-06-08 12:50:16 +0200 |
commit | abe738948fe37aac2b6ec24f9239569ec51c5a3c (patch) | |
tree | e7697dcb9c99783d22f0baf90192896ca84f5ddb /app-vim/voom | |
parent | dev-games/tiled: enable py3.11 (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-vim/voom')
-rw-r--r-- | app-vim/voom/voom-5.3-r1.ebuild | 2 |
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 |