app-vim/vim-latex: enable py3.11

Per user comments wrt it working.

Closes: https://bugs.gentoo.org/896658
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-01-20 09:29:48 +00:00
parent 8d09429a7b
commit 110c4fbca2

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{10..11} )
inherit vim-plugin python-single-r1