diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-24 07:26:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-24 07:26:40 +0200 |
commit | 7f8140a270740abefff509ec70a9f1a944b0cd7c (patch) | |
tree | 4e37864f632dfbbcbdac2ba835d7e5ee6257746f /dev-python | |
parent | dev-python/configargparse: Bump to 1.2.3 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/neovim-remote/neovim-remote-2.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/neovim-remote/neovim-remote-9999.ebuild | 2 |
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 |