From da1546f08fa7444970b145a05ca23a865eacad16 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Mon, 24 May 2021 11:52:40 +0300 Subject: app-vim/splice: bump to python 3.9, 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Closes: https://github.com/gentoo/gentoo/pull/20964 Signed-off-by: Michał Górny --- app-vim/splice/splice-1.1.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim/splice') 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 -- cgit v1.2.3