We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The filelock wheels on pypi.org are not universal: https://pypi.org/simple/filelock/
filelock
e.g. filelock-3.0.12-py3-none-any.whl
filelock-3.0.12-py3-none-any.whl
It would be nice to have universal wheels. They can be built with
python3 setup.py bdist_wheel --universal
This will produce wheels named: filelock-3.0.12-py2.py3-none-any.whl
filelock-3.0.12-py2.py3-none-any.whl
Instead of the current name: filelock-3.0.12-py3-none-any.whl
The text was updated successfully, but these errors were encountered:
Enable universal wheels Fixes tox-dev#72
ad0c223
@AndrewHoos @benediktschmitt see #75
Sorry, something went wrong.
Done in #87
Successfully merging a pull request may close this issue.
The
filelock
wheels on pypi.org are not universal:https://pypi.org/simple/filelock/
e.g.
filelock-3.0.12-py3-none-any.whl
It would be nice to have universal wheels. They can be built with
This will produce wheels named:
filelock-3.0.12-py2.py3-none-any.whl
Instead of the current name:
filelock-3.0.12-py3-none-any.whl
The text was updated successfully, but these errors were encountered: