File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : 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 :
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:
106106107107 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:
135135136136 with :
137137 python-version : ' 3.12'
138-
138+
139139 - name : Install uv
140140 uses : astral-sh/setup-uv@v6
141141 with :
You can’t perform that action at this time.
0 commit comments