Skip to content

Commit 5f226ca

Browse files
committed
fix: switch to release candidate 2 of Python 3.14
1 parent 3bf8ce9 commit 5f226ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Json2xml
22

3-
on:
3+
on:
44
push:
55
branches: [main, master]
66
paths-ignore:
@@ -35,14 +35,14 @@ jobs:
3535
macos-latest,
3636
]
3737
include:
38-
# Add exact version 3.14.0-beta.1 for ubuntu-latest only
39-
- python-version: 3.14.0-beta.1
38+
# Add exact version 3.14.0-rc.2 for ubuntu-latest only
39+
- python-version: 3.14.0-rc.2
4040
os: ubuntu-latest
4141
exclude:
42-
# Exclude other OSes with Python 3.14.0-beta.1
43-
- python-version: 3.14.0-beta.1
42+
# Exclude other OSes with Python 3.14.0-rc.2
43+
- python-version: 3.14.0-rc.2
4444
os: windows-latest
45-
- python-version: 3.14.0-beta.1
45+
- python-version: 3.14.0-rc.2
4646
os: macos-latest
4747

4848
steps:
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
allow-prereleases: true
58-
58+
5959
- name: Install uv
6060
uses: astral-sh/setup-uv@v6
6161
with:
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/[email protected]
107107
with:
108108
python-version: '3.12'
109-
109+
110110
- name: Install uv
111111
uses: astral-sh/setup-uv@v6
112112
with:
@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/[email protected]
136136
with:
137137
python-version: '3.12'
138-
138+
139139
- name: Install uv
140140
uses: astral-sh/setup-uv@v6
141141
with:

0 commit comments

Comments
 (0)