diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-24 11:52:40 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-24 20:52:17 +0200 |
commit | da1546f08fa7444970b145a05ca23a865eacad16 (patch) | |
tree | bbfcec2a8e73c244db6023ff13bcf6856087c377 /app-vim | |
parent | app-vim/pydoc: bump to python 3.9, 3.10 (diff) | |
download | gentoo-da1546f08fa7444970b145a05ca23a865eacad16.tar.gz gentoo-da1546f08fa7444970b145a05ca23a865eacad16.tar.bz2 gentoo-da1546f08fa7444970b145a05ca23a865eacad16.zip |
app-vim/splice: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20964
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/splice/splice-1.1.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/splice/splice-1.1.0-r4.ebuild b/app-vim/splice/splice-1.1.0-r4.ebuild index eff1b3d2837b..7b5c124b6b0a 100644 --- a/app-vim/splice/splice-1.1.0-r4.ebuild +++ b/app-vim/splice/splice-1.1.0-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit vim-plugin python-single-r1 |