@@ -100,7 +100,7 @@ jobs:
100
100
strategy :
101
101
fail-fast : false
102
102
matrix :
103
- python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[12]')}}
103
+ python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[6, 7, 8, 9, 10, 11, 12]')}}
104
104
arcticdb_version : ["oldest", "latest"]
105
105
include :
106
106
- python_deps_ids : [""]
@@ -122,7 +122,7 @@ jobs:
122
122
strategy :
123
123
fail-fast : false
124
124
matrix :
125
- python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11]')}}
125
+ python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11, 12 ]')}}
126
126
arcticdb_version : ["oldest", "latest"]
127
127
include :
128
128
- python_deps_ids : [""]
@@ -155,7 +155,7 @@ jobs:
155
155
strategy :
156
156
fail-fast : false
157
157
matrix :
158
- python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[12]')}}
158
+ python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[6, 7, 8, 9, 10, 11, 12]')}}
159
159
include :
160
160
- python_deps_ids : [""]
161
161
matrix_override : ${{fromJson(needs.common_config.outputs.linux_matrix)}}
@@ -203,7 +203,7 @@ jobs:
203
203
strategy :
204
204
fail-fast : false
205
205
matrix :
206
- python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11]')}}
206
+ python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11, 12 ]')}}
207
207
name : 3.${{matrix.python3}} Windows
208
208
uses : ./.github/workflows/build_steps.yml
209
209
secrets : inherit
@@ -222,7 +222,7 @@ jobs:
222
222
strategy :
223
223
fail-fast : false
224
224
matrix :
225
- python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[12]')}}
225
+ python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[6, 7, 8, 9, 10, 11, 12]')}}
226
226
arcticdb_version : ["oldest", "latest"]
227
227
include :
228
228
- python_deps_ids : [""]
@@ -244,7 +244,7 @@ jobs:
244
244
strategy :
245
245
fail-fast : false
246
246
matrix :
247
- python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11]')}}
247
+ python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[7, 8, 9, 10, 11, 12 ]')}}
248
248
arcticdb_version : ["oldest", "latest"]
249
249
include :
250
250
- python_deps_ids : [""]
0 commit comments