15
15
parameters :
16
16
job_name : core_tests
17
17
image_name : ubuntu-24.04
18
- python_versions : ['3.10 ']
18
+ python_versions : ['3.13 ']
19
19
test_suites :
20
20
misc_and_scancode : |
21
21
# cli tests are launched below on all OSes
@@ -123,7 +123,7 @@ jobs:
123
123
job_name : ubuntu24_cpython
124
124
image_name : ubuntu-24.04
125
125
python_architecture : x64
126
- python_versions : ['3.9', '3.10', '3.11', '3.12']
126
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
127
127
test_suites :
128
128
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
129
129
@@ -132,15 +132,15 @@ jobs:
132
132
job_name : ubuntu22_cpython
133
133
image_name : ubuntu-22.04
134
134
python_architecture : x64
135
- python_versions : ['3.9', '3.10', '3.11', '3.12']
135
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
136
136
test_suites :
137
137
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
138
138
139
139
- template : etc/ci/azure-posix.yml
140
140
parameters :
141
141
job_name : macos14_cpython
142
142
image_name : macOS-14
143
- python_versions : ['3.9', '3.10', '3.11', '3.12']
143
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
144
144
python_architecture : x64
145
145
test_suites :
146
146
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
@@ -149,7 +149,7 @@ jobs:
149
149
parameters :
150
150
job_name : macos13_cpython
151
151
image_name : macOS-13
152
- python_versions : ['3.9', '3.10', '3.11', '3.12']
152
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
153
153
test_suites :
154
154
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
155
155
@@ -167,7 +167,7 @@ jobs:
167
167
job_name : win2022_cpython
168
168
image_name : windows-2022
169
169
python_architecture : x64
170
- python_versions : ['3.9', '3.10', '3.11', '3.12']
170
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
171
171
test_suites :
172
172
all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
173
173
@@ -184,7 +184,7 @@ jobs:
184
184
parameters :
185
185
job_name : win2022_cpython_2
186
186
image_name : windows-2022
187
- python_versions : ['3.9', '3.10', '3.11', '3.12']
187
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
188
188
python_architecture : x64
189
189
test_suites :
190
190
all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
@@ -199,7 +199,7 @@ jobs:
199
199
parameters :
200
200
job_name : ubuntu22_test_all_supported_click_versions
201
201
image_name : ubuntu-22.04
202
- python_versions : ['3.9', '3.10', '3.11', '3.12']
202
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
203
203
python_architecture : x64
204
204
test_suites :
205
205
click_versions : |
@@ -219,47 +219,47 @@ jobs:
219
219
parameters :
220
220
job_name : ubuntu22_cpython_latest_from_pip
221
221
image_name : ubuntu-22.04
222
- python_versions : ['3.9', '3.10', '3.11', '3.12']
222
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
223
223
test_suites :
224
224
all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
225
225
226
226
- template : etc/ci/azure-posix.yml
227
227
parameters :
228
228
job_name : ubuntu24_cpython_latest_from_pip
229
229
image_name : ubuntu-24.04
230
- python_versions : ['3.9', '3.10', '3.11', '3.12']
230
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
231
231
test_suites :
232
232
all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
233
233
234
234
- template : etc/ci/azure-posix.yml
235
235
parameters :
236
236
job_name : macos14_cpython_latest_from_pip
237
237
image_name : macos-14
238
- python_versions : ['3.9', '3.10', '3.11', '3.12']
238
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
239
239
test_suites :
240
240
all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
241
241
242
242
- template : etc/ci/azure-posix.yml
243
243
parameters :
244
244
job_name : macos13_cpython_latest_from_pip
245
245
image_name : macos-13
246
- python_versions : ['3.9', '3.10', '3.11', '3.12']
246
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
247
247
test_suites :
248
248
all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
249
249
250
250
- template : etc/ci/azure-win.yml
251
251
parameters :
252
252
job_name : win2019_cpython_latest_from_pip
253
253
image_name : windows-2019
254
- python_versions : ['3.9', '3.10', '3.11', '3.12']
254
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
255
255
test_suites :
256
256
all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
257
257
258
258
- template : etc/ci/azure-win.yml
259
259
parameters :
260
260
job_name : win2022_cpython_latest_from_pip
261
261
image_name : windows-2022
262
- python_versions : ['3.9', '3.10', '3.11', '3.12']
262
+ python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
263
263
test_suites :
264
264
all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
265
265
0 commit comments