Skip to content

Commit

Permalink
Move to 'py3' tagged wheels (#1388)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
cooperlees committed May 8, 2020
1 parent 892edda commit 07c046b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
@@ -1,5 +1,2 @@
[bdist_wheel]
python-tag = py36

[options]
setup_requires = setuptools_scm

0 comments on commit 07c046b

Please sign in to comment.