]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Do not tag wheel as being compatible with Python 2 894/head
authorlayday <layday@protonmail.com>
Mon, 30 Aug 2021 15:54:29 +0000 (18:54 +0300)
committerlayday <layday@protonmail.com>
Mon, 30 Aug 2021 15:59:22 +0000 (18:59 +0300)
commit577afdbe5906247493182df95fe5e5338ac23080
tree4da17907079ff3a5bc4c404aa6fc1911a6f5c277
parentca5e71b41484ed62fb3c7a5e08d95d286beb3906
Do not tag wheel as being compatible with Python 2

Since this project no longer supports Python < 3.6, wheels should
not be created with the "py2.py3" tag in their filename.

Fixes: #893
setup.cfg