95
95
parameters :
96
96
job_name : ubuntu18_cpython
97
97
image_name : ubuntu-18.04
98
- python_versions : ['3.8', '3.9', '3.10']
98
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
99
99
python_architecture : x64
100
100
test_suites :
101
101
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -104,7 +104,7 @@ jobs:
104
104
parameters :
105
105
job_name : ubuntu20_cpython
106
106
image_name : ubuntu-20.04
107
- python_versions : ['3.8', '3.9', '3.10']
107
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
108
108
python_architecture : x64
109
109
test_suites :
110
110
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -113,7 +113,7 @@ jobs:
113
113
parameters :
114
114
job_name : ubuntu22_cpython
115
115
image_name : ubuntu-22.04
116
- python_versions : ['3.8', '3.9', '3.10']
116
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
117
117
python_architecture : x64
118
118
test_suites :
119
119
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -122,7 +122,7 @@ jobs:
122
122
parameters :
123
123
job_name : macos11_cpython
124
124
image_name : macos-11
125
- python_versions : ['3.8', '3.9', '3.10']
125
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
126
126
python_architecture : x64
127
127
test_suites :
128
128
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -131,7 +131,7 @@ jobs:
131
131
parameters :
132
132
job_name : macos12_cpython
133
133
image_name : macos-12
134
- python_versions : ['3.8', '3.9', '3.10']
134
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
135
135
python_architecture : x64
136
136
test_suites :
137
137
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -149,7 +149,7 @@ jobs:
149
149
parameters :
150
150
job_name : win2019_cpython_2
151
151
image_name : windows-2019
152
- python_versions : ['3.9', '3.10']
152
+ python_versions : ['3.9', '3.10', '3.11' ]
153
153
python_architecture : x64
154
154
test_suites :
155
155
all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
@@ -167,7 +167,7 @@ jobs:
167
167
parameters :
168
168
job_name : win2022_cpython_2
169
169
image_name : windows-2022
170
- python_versions : ['3.9', '3.10']
170
+ python_versions : ['3.9', '3.10', '3.11' ]
171
171
python_architecture : x64
172
172
test_suites :
173
173
all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
@@ -182,7 +182,7 @@ jobs:
182
182
parameters :
183
183
job_name : ubuntu20_test_all_supported_click_versions
184
184
image_name : ubuntu-20.04
185
- python_versions : ['3.8', '3.9', '3.10']
185
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
186
186
python_architecture : x64
187
187
test_suites :
188
188
click_versions : |
@@ -202,55 +202,55 @@ jobs:
202
202
parameters :
203
203
job_name : ubuntu22_cpython_latest_from_pip
204
204
image_name : ubuntu-22.04
205
- python_versions : ['3.8', '3.9', '3.10']
205
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
206
206
test_suites :
207
- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
207
+ all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
208
208
209
209
- template : etc/ci/azure-posix.yml
210
210
parameters :
211
211
job_name : ubuntu18_cpython_latest_from_pip
212
212
image_name : ubuntu-18.04
213
- python_versions : ['3.8', '3.9', '3.10']
213
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
214
214
test_suites :
215
- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
215
+ all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
216
216
217
217
- template : etc/ci/azure-posix.yml
218
218
parameters :
219
219
job_name : ubuntu20_cpython_latest_from_pip
220
220
image_name : ubuntu-20.04
221
- python_versions : ['3.8', '3.9', '3.10']
221
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
222
222
test_suites :
223
- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
223
+ all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
224
224
225
225
- template : etc/ci/azure-posix.yml
226
226
parameters :
227
227
job_name : macos11_cpython_latest_from_pip
228
228
image_name : macos-11
229
- python_versions : ['3.8', '3.9', '3.10']
229
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
230
230
test_suites :
231
- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
231
+ all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
232
232
233
233
- template : etc/ci/azure-posix.yml
234
234
parameters :
235
235
job_name : macos12_cpython_latest_from_pip
236
236
image_name : macos-12
237
- python_versions : ['3.8', '3.9', '3.10']
237
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
238
238
test_suites :
239
- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
239
+ all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
240
240
241
241
- template : etc/ci/azure-win.yml
242
242
parameters :
243
243
job_name : win2019_cpython_latest_from_pip
244
244
image_name : windows-2019
245
- python_versions : ['3.8', '3.9', '3.10']
245
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
246
246
test_suites :
247
- all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
247
+ all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
248
248
249
249
- template : etc/ci/azure-win.yml
250
250
parameters :
251
251
job_name : win2022_cpython_latest_from_pip
252
252
image_name : windows-2022
253
- python_versions : ['3.8', '3.9', '3.10']
253
+ python_versions : ['3.8', '3.9', '3.10', '3.11' ]
254
254
test_suites :
255
- all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev ] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
255
+ all : venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing ] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
256
256
0 commit comments