diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild index b165007b945e9..48fae2095336a 100644 --- a/dev-python/alembic/alembic-1.0.8.ebuild +++ b/dev-python/alembic/alembic-1.0.8.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"