]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Do not tag wheel as being compatible with Python 2
authorlayday <layday@protonmail.com>
Mon, 30 Aug 2021 17:30:05 +0000 (13:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Aug 2021 18:00:56 +0000 (14:00 -0400)
commit9f7caecd701db7cd76bbcdcf462b92e4970b4ab3
tree19c52d6ae9e894a5bc55327eb49cbaa739553e0c
parentca5e71b41484ed62fb3c7a5e08d95d286beb3906
Do not tag wheel as being compatible with Python 2

Corrected "universal wheel" directive in setup.cfg so that building a wheel
does not target Python 2. The PyPi files index for 1.7.0 was corrected
manually. Pull request courtesy layday.

Fixes: #893
Closes: #894
Pull-request: https://github.com/sqlalchemy/alembic/pull/894
Pull-request-sha: 577afdbe5906247493182df95fe5e5338ac23080

Change-Id: I26ca6d9e3e8064d22713926707a53cb57a69d8e7
docs/build/unreleased/893.rst [new file with mode: 0644]
setup.cfg