Skip to content
New issue

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

Move to 'py3' tagged wheels #1388

Merged
merged 1 commit into from May 8, 2020
Merged

Move to 'py3' tagged wheels #1388

merged 1 commit into from May 8, 2020

Commits on May 8, 2020

  1. Move to 'py3' tagged wheels

    - This makes black wheels to be tagged as py3 default
    - `python_requires=">=3.6"` ensures we are >= 3.6
    
    Test:
    ```
    python3 -m venv /tmp/build_black
    /tmp/build_black/bin/pip install --upgrade pip setuptools wheel
    /tmp/build_black/bin/python setup.py bdist_wheel
    ...
    black-19.10b1.dev53+g81bf9bb.d20200508-py3-none-any.whl
    ```
    
    Addresses #1385
    cooperlees committed May 8, 2020
    Copy the full SHA
    f90bad1 View commit details
    Browse the repository at this point in the history