diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-25 09:29:50 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-25 18:04:46 +0200 |
commit | 770176cff03bfd44c56a1784784306e42a6ac4c6 (patch) | |
tree | 611e7e281026ab21459b1ace77053eb11552ec82 /app-vim/vim-latex | |
parent | app-vim/vimoutliner: bump to python 3.9 (diff) | |
download | gentoo-770176cff03bfd44c56a1784784306e42a6ac4c6.tar.gz gentoo-770176cff03bfd44c56a1784784306e42a6ac4c6.tar.bz2 gentoo-770176cff03bfd44c56a1784784306e42a6ac4c6.zip |
app-vim/vim-latex: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/vim-latex')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild index 4631efb668fe..375ef8e5228c 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit vim-plugin python-single-r1 |