summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-24 07:26:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-24 07:26:40 +0200
commit7f8140a270740abefff509ec70a9f1a944b0cd7c (patch)
tree4e37864f632dfbbcbdac2ba835d7e5ee6257746f /dev-python/neovim-remote
parentdev-python/configargparse: Bump to 1.2.3 (diff)
downloadgentoo-7f8140a270740abefff509ec70a9f1a944b0cd7c.tar.gz
gentoo-7f8140a270740abefff509ec70a9f1a944b0cd7c.tar.bz2
gentoo-7f8140a270740abefff509ec70a9f1a944b0cd7c.zip
dev-python/neovim-remote: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/neovim-remote')
-rw-r--r--dev-python/neovim-remote/neovim-remote-2.2.1.ebuild2
-rw-r--r--dev-python/neovim-remote/neovim-remote-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild b/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
index c650f0f08352..e598c509a781 100644
--- a/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild
index 1fbbd4b01461..3d18a58845ba 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1