diff --git a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild index bac8dc38e023f..882506c019e80 100644 --- a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild +++ b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1