Skip to content

Commit 5361f91

Browse files
committed
Fix 3.14 spelling for setup-python action.
1 parent 7ba79b9 commit 5361f91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- os: ubuntu-24.04
3838
python-version: "3.13"
3939
- os: ubuntu-24.04
40-
python-version: "3.14"
40+
python-version: "3.14.0-rc.1"
4141

4242
- os: macos-15
43-
python-version: "3.14"
43+
python-version: "3.14.0-rc.1"
4444

4545
- os: windows-2022
46-
python-version: "3.14"
46+
python-version: "3.14.0-rc.1"
4747
steps:
4848
- name: Checkout dev-cmd
4949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)