Skip to content

Commit

Permalink
build: Stop releasing universal wheels
Browse files Browse the repository at this point in the history
This reverts commit 3c525ab "Release as a universal wheel".

Python 2 support was definitely dropped in early 2021 in commit a3fc64d,
since then it's no longer useful to build universal wheels.

According to the `wheel` documentation:
> If your project contains no C extensions and is expected to work on
> both Python 2 and 3, you will want to tell wheel to produce universal
> wheels

Partly fixes #501
  • Loading branch information
adrienverge committed Oct 11, 2022
1 parent e0f749b commit b8c85f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[bdist_wheel]
universal = 1

[flake8]
import-order-style = pep8
application-import-names = yamllint
Expand Down

0 comments on commit b8c85f0

Please sign in to comment.