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 6a36a26 commit d93ecb3Copy full SHA for d93ecb3
.github/workflows/build_wheels_weekly.yml
@@ -18,18 +18,18 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v1
21
- - name: Set up Python 3.8
+ - name: Set up Python 3.10
22
uses: actions/setup-python@v1
23
with:
24
- python-version: 3.8
+ python-version: "3.10"
25
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
30
- name: Install cibuildwheel
31
32
- python -m pip install cibuildwheel==2.2.2
+ python -m pip install cibuildwheel==2.14.1
33
34
- name: Set up QEMU
35
if: runner.os == 'Linux'
0 commit comments