dev-python/flask-migrate: python3_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Nov 2019 12:18:15 +0000 (13:18 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 1 Dec 2019 19:25:01 +0000 (20:25 +0100)
Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/flask-migrate/flask-migrate-2.5.2.ebuild

index bac8dc38e023fe04a695404eb6ab3369bcddf28f..882506c019e8002268bfcddab9e574ccbd86dd5a 100644 (file)
@@ -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