Skip to content

Commit 3a39664

Browse files
committed
Bump dependency versions
1 parent dfb53e1 commit 3a39664

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/build-dist.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
# macos-13 is an intel runner, macos-14 is apple silicon
23-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
22+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest]
2423

2524
steps:
26-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2726
with:
2827
fetch-depth: 0
2928
submodules: true
3029

3130
- name: Build wheels
32-
uses: pypa/cibuildwheel@v3.1
31+
uses: pypa/cibuildwheel@v3.2
3332
env:
3433
# Skip builds(save time / avoid build error)
3534
CIBW_SKIP: "*-musllinux_* *-win32"
@@ -43,7 +42,7 @@ jobs:
4342
name: Build source distribution
4443
runs-on: ubuntu-latest
4544
steps:
46-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4746
with:
4847
fetch-depth: 0
4948
submodules: true

.github/workflows/run-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.9", "3.12", "3.14-dev", "3.14t-dev", "pypy3.11"]
12+
python-version: ["3.10", "3.12", "3.14", "3.14t", "pypy3.11"]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
submodules: true
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646

4747
- name: Build with external libosxr and install
4848
run: |

0 commit comments

Comments
 (0)