Skip to content

Commit 9842c39

Browse files
committed
move more ci onto Python 3.14
1 parent 764a940 commit 9842c39

File tree

6 files changed

+40
-216
lines changed

6 files changed

+40
-216
lines changed

.github/workflows/benches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6.0.0
2121
- uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- uses: dtolnay/rust-toolchain@stable
2525
with:
2626
components: rust-src

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v6.0.0
1313
- uses: actions/setup-python@v6
1414
with:
15-
python-version: '3.13'
15+
python-version: '3.14'
1616
- run: python -m pip install --upgrade pip && pip install nox[uv]
1717
- run: nox -s check-changelog

.github/workflows/ci-cache-warmup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6.0.0
1313
- uses: actions/setup-python@v6
1414
with:
15-
python-version: "3.13"
15+
python-version: "3.14"
1616
- uses: dtolnay/rust-toolchain@stable
1717
with:
1818
targets: x86_64-pc-windows-gnu,x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)