From: Patrice Clement Date: Thu, 16 Mar 2017 23:58:29 +0000 (+0100) Subject: dev-python/neovim-python-client: drop python3_6 support. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f20d4ddae4c3386069ef1b9d2960c5a856803530;p=gentoo.git dev-python/neovim-python-client: drop python3_6 support. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild index 133927e0eac8..5a547eb581e0 100644 --- a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild +++ b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild @@ -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