Skip to content

Commit 5b540db

Browse files
author
Jonathan Kliem
authored
Merge pull request #4 from sagemath/cibuildwheel_handles_multiple_python
let cibuildwheel handle python versions itself
2 parents 6fff074 + 1c94b86 commit 5b540db

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Diff for: .github/workflows/build_wheels.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,25 +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 }}
3118
- uses: actions/checkout@v2
3219

3320
- name: Build wheels

0 commit comments

Comments
 (0)