Skip to content

Commit

Permalink
dev-python/alembic: Drop py2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 17, 2020
1 parent a732ed7 commit 0b76d3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-python/alembic/alembic-0.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/alembic/alembic-0.9.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/alembic/alembic-0.9.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/alembic/alembic-1.0.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1

DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
Expand Down

0 comments on commit 0b76d3e

Please sign in to comment.