Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit c03a952

Browse files
authored
Update wheels.yml
1 parent cf3805f commit c03a952

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ on: [push]
44

55
jobs:
66
build_wheels:
7-
name: Build wheels on ${{ matrix.os }}
7+
name: Build wheels
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
11+
os: [ubuntu-latest, windows-latest, macos-12, macos-13, macos-14]
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1213

1314
steps:
1415
- uses: actions/checkout@v4
1516

17+
- name: Set up Python ${{ matrix.python-version }}
1618
- uses: actions/setup-python@v5
19+
with:
20+
python-version: ${{ matrix.python-version }}
1721

1822
- name: Install cibuildwheel
1923
run: python -m pip install cibuildwheel==2.21.3

0 commit comments

Comments
 (0)