Skip to content

Commit b4cad42

Browse files
committed
update python versions to use in CI
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent f19cc83 commit b4cad42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

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

139139
- uses: actions/setup-python@v5
140140
with:
141-
python-version: "3.14.0-rc3"
141+
python-version: "3.14.0-rc.3"
142142

143143
- name: Install latest Rust nightly toolchain
144144
uses: dtolnay/rust-toolchain@nightly

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.14.0-rc3"
31+
python-version: "3.14.0-rc.3"
3232

3333
- name: Install latest Rust nightly toolchain
3434
uses: dtolnay/rust-toolchain@nightly
@@ -142,7 +142,7 @@ jobs:
142142

143143
- uses: actions/setup-python@v5
144144
with:
145-
python-version: "3.14.0-rc3"
145+
python-version: "3.14.0-rc.3"
146146

147147
- name: Test
148148
shell: bash

0 commit comments

Comments
 (0)