diff --git a/dev-python/texttable/texttable-1.6.0.ebuild b/dev-python/texttable/texttable-1.6.0.ebuild index feb6ae0d92423..7b84c8a238b93 100644 --- a/dev-python/texttable/texttable-1.6.0.ebuild +++ b/dev-python/texttable/texttable-1.6.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5..7}} ) + +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1