Skip to content

Commit ec24191

Browse files
authored
Update macos version in cibuildwheel (#779)
* Update macos version in cibuildwheel * Adds 3.13 to test matrix
1 parent 155567c commit ec24191

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ubuntu-20.04, windows-2019, macos-12]
16+
os: [ubuntu-20.04, windows-2019, macos-13]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
name: "Build ${{ matrix.pyver }} on ${{ matrix.os }}"
1010
strategy:
1111
matrix:
12-
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
12+
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
os: [ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setting up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.pyver }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)