diff --git a/dev-python/gql/gql-0.1.0.ebuild b/dev-python/gql/gql-0.1.0.ebuild index 7b641920f69e3..fef4d88cdbd84 100644 --- a/dev-python/gql/gql-0.1.0.ebuild +++ b/dev-python/gql/gql-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="GraphQL client for Python."