dev-python/neovim-python-client: drop python3_6 support.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 16 Mar 2017 23:58:29 +0000 (00:58 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 16 Mar 2017 23:58:29 +0000 (00:58 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild

index 133927e0eac8fee9ad32556fe3af69a5dcfc0577..5a547eb581e0aa2224853e8b92d54d3d8d4e165b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1