File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22jobs :
33 include :
4- - name : " Linux py35 :py38"
4+ - name : " Linux py36 :py38"
55 services : docker
66 sudo : required
77 language : python
88 python : 3.8
99 env :
10- - CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
10+ - CIBW_BUILD="cp36-* cp37-* cp38-*"
1111
12- - name : " MacOS py35 :py38"
12+ - name : " MacOS py36 :py38"
1313 os : osx
1414 language : shell
1515 env :
16- - CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
16+ - CIBW_BUILD="cp36-* cp37-* cp38-*"
1717
18- - name : " Windows py35 :py38"
18+ - name : " Windows py36 :py38"
1919 os : windows
2020 language : shell
2121 before_install :
2424 # make sure it's on PATH as 'python3'
2525 - ln -s /c/Python38/python.exe /c/Python38/python3.exe
2626 env :
27- - CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
27+ - CIBW_BUILD="cp36-* cp37-* cp38-*"
2828env :
2929 global :
3030 - TWINE_USERNAME=__token__
You can’t perform that action at this time.
0 commit comments