We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684213d commit 6d4755bCopy full SHA for 6d4755b
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
env:
2
CIBW_BEFORE_ALL: "python -m pip install cython"
3
- CIBW_BUILD: "cp36-* cp37-* cp38-*"
+ CIBW_BUILD: "cp37-* cp38-*"
4
5
name: Build and upload to PyPI
6
0 commit comments