dev-python/alembic: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Feb 2020 21:46:36 +0000 (22:46 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 21:27:36 +0000 (22:27 +0100)
Tests were broken already, bug #708292.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/alembic/alembic-1.0.8.ebuild

index b165007b945e91a7d8541e46f53d1883bddec8db..48fae2095336a173d59d80f9eb42bfbb837087c1 100644 (file)
@@ -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"