File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 fail-fast : false
1010 matrix :
1111 os : ["ubuntu-latest", "windows-latest"] # "macos-latest",
12- python-version : ["3.7","3.8","3.9"]
12+ python-version : ["3.7","3.8","3.9","3.10" ]
1313 steps :
1414 - uses : actions/checkout@v2
1515 - uses : conda-incubator/setup-miniconda@v2
8484 fail-fast : false
8585 matrix :
8686 os : ["ubuntu-latest", "windows-latest","macos-latest"]
87- python-version : ["3.9","3.8","3.7"]
87+ python-version : ["3.10","3. 9","3.8","3.7"]
8888 steps :
8989 - uses : conda-incubator/setup-miniconda@v2
9090 with :
@@ -159,7 +159,7 @@ jobs:
159159 uses : joerick/cibuildwheel@v1.10.0
160160 env :
161161 CIBW_ARCHS_MACOS : x86_64 universal2
162- CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-*"
162+ CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-* cp310* "
163163 CIBW_BEFORE_BUILD : " pip install numpy cython" # make sure numpy is the same version as required by LS
164164
165165 - name : Publish wheels to PyPI
You can’t perform that action at this time.
0 commit comments