We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19cc83 commit b4cad42Copy full SHA for b4cad42
2 files changed
.github/workflows/release.yaml
@@ -138,7 +138,7 @@ jobs:
138
139
- uses: actions/setup-python@v5
140
with:
141
- python-version: "3.14.0-rc3"
+ python-version: "3.14.0-rc.3"
142
143
- name: Install latest Rust nightly toolchain
144
uses: dtolnay/rust-toolchain@nightly
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -142,7 +142,7 @@ jobs:
145
146
147
- name: Test
148
shell: bash
0 commit comments