Skip to content

Commit 9ac737c

Browse files
try some update
1 parent eb101fa commit 9ac737c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/setup-python@v2
1919
name: Install Python
2020
with:
21-
python-version: '3.8'
21+
python-version: '3.10'
2222
- name: Install cibuildwheel
2323
run: |
24-
python -m pip install cibuildwheel==2.12.1
24+
python -m pip install cibuildwheel==2.21.3
2525
- name: Build wheels
2626
env:
2727
# We only build for Python 3.6+. On Linux manylinux2010 is used.
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-python@v2
4646
name: Install Python
4747
with:
48-
python-version: '3.8'
48+
python-version: '3.10'
4949

5050
- name: Install dependencies
5151
run: pip install setuptools cython numpy

0 commit comments

Comments
 (0)