summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-04 22:46:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:36 +0100
commit32ade398e4e18e9a12bbc3a1a518bd2058edbac1 (patch)
tree3ee4a20f3d57ac9e3f9feab415062aef53e163e1 /dev-python/alembic
parentdev-python/python-editor: 1.0.4 version bump, python3_8 (diff)
downloadgentoo-32ade398e4e18e9a12bbc3a1a518bd2058edbac1.tar.gz
gentoo-32ade398e4e18e9a12bbc3a1a518bd2058edbac1.tar.bz2
gentoo-32ade398e4e18e9a12bbc3a1a518bd2058edbac1.zip
dev-python/alembic: python3_8
Tests were broken already, bug #708292. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/alembic')
-rw-r--r--dev-python/alembic/alembic-1.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild
index b165007b945e..48fae2095336 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"