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 1
1
name : Json2xml
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches : [main, master]
6
6
paths-ignore :
@@ -35,14 +35,14 @@ jobs:
35
35
macos-latest,
36
36
]
37
37
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
40
40
os : ubuntu-latest
41
41
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
44
44
os : windows-latest
45
- - python-version : 3.14.0-beta.1
45
+ - python-version : 3.14.0-rc.2
46
46
os : macos-latest
47
47
48
48
steps :
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
57
57
allow-prereleases : true
58
-
58
+
59
59
- name : Install uv
60
60
uses : astral-sh/setup-uv@v6
61
61
with :
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
with :
108
108
python-version : ' 3.12'
109
-
109
+
110
110
- name : Install uv
111
111
uses : astral-sh/setup-uv@v6
112
112
with :
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
with :
137
137
python-version : ' 3.12'
138
-
138
+
139
139
- name : Install uv
140
140
uses : astral-sh/setup-uv@v6
141
141
with :
You can’t perform that action at this time.
0 commit comments