dev-python/neovim-remote: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:26:40 +0000 (07:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:26:40 +0000 (07:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
dev-python/neovim-remote/neovim-remote-9999.ebuild

index c650f0f0835267ce591795737c119100a6e63134..e598c509a7811a0fb418629a894e9c42a854b188 100644 (file)
@@ -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
 
index 1fbbd4b014618bc8a1dc9a32942667c01c3425d4..3d18a58845bab88ce0c8210ca6659889bd1ecc15 100644 (file)
@@ -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