Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, the wheels published to PyPI were being tagged with `py2.py3` implying Python 2 support, despite having `Require-Python: >= 3.7` in the core metadata: https://pypi.org/project/resolvelib/1.1.0/#files. This patch fixes that, forcing the build tool chain to produce wheels only having the `py3` tag in their filenames.
- Loading branch information