dev-python/sqlalchemy-migrate: 0.12.0 add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 05:12:02 +0000 (00:12 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 07:04:58 +0000 (02:04 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild

index a13a76d3c9919fed140814757cd43d57c3bdd023..44231f6d60539826633c32a4fb57dfc8cd3dc328 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1