Skip to content

Commit 8c8743e

Browse files
author
Jonathan Kliem
committed
let cibuildwheel handle python versions itself
1 parent 6fff074 commit 8c8743e

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Diff for: .github/workflows/build_wheels.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,12 @@ on:
99

1010
jobs:
1111
build_wheels:
12-
name: Wheels on ${{ matrix.os }} ${{ matrix.architecture }}, python ${{ matrix.python-version }}
12+
name: Wheels on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
18-
architecture: [x64, x86]
19-
exclude:
20-
- os: ubuntu-latest
21-
architecture: x86
22-
- os: macos-latest
23-
architecture: x86
24-
2517
steps:
26-
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
28-
with:
29-
python-version: ${{ matrix.python-version }}
30-
architecture: ${{ matrix.architecture }}
31-
- uses: actions/checkout@v2
32-
3318
- name: Build wheels
3419
uses: pypa/[email protected]
3520
# to supply options, put them in 'env', like:

0 commit comments

Comments
 (0)