@@ -138,68 +138,68 @@ jobs:
138
138
environment :
139
139
TOXENV : py37-lint-eth2
140
140
141
- py38 -docs :
141
+ py37 -docs :
142
142
<< : *common
143
143
docker :
144
- - image : circleci/python:3.8
144
+ - image : circleci/python:3.7
145
145
environment :
146
- TOXENV : py38 -docs
146
+ TOXENV : py37 -docs
147
147
148
- py38 -rpc-state-byzantium :
148
+ py37 -rpc-state-byzantium :
149
149
<< : *common
150
150
docker :
151
- - image : circleci/python:3.8
151
+ - image : circleci/python:3.7
152
152
environment :
153
- TOXENV : py38 -rpc-state-byzantium
154
- py38 -rpc-state-constantinople :
153
+ TOXENV : py37 -rpc-state-byzantium
154
+ py37 -rpc-state-constantinople :
155
155
<< : *common
156
156
docker :
157
- - image : circleci/python:3.8
157
+ - image : circleci/python:3.7
158
158
environment :
159
- TOXENV : py38 -rpc-state-constantinople
160
- py38 -rpc-state-frontier :
159
+ TOXENV : py37 -rpc-state-constantinople
160
+ py37 -rpc-state-frontier :
161
161
<< : *common
162
162
docker :
163
- - image : circleci/python:3.8
163
+ - image : circleci/python:3.7
164
164
environment :
165
- TOXENV : py38 -rpc-state-frontier
166
- py38 -rpc-state-homestead :
165
+ TOXENV : py37 -rpc-state-frontier
166
+ py37 -rpc-state-homestead :
167
167
<< : *common
168
168
docker :
169
- - image : circleci/python:3.8
169
+ - image : circleci/python:3.7
170
170
environment :
171
- TOXENV : py38 -rpc-state-homestead
172
- py38 -rpc-state-istanbul :
171
+ TOXENV : py37 -rpc-state-homestead
172
+ py37 -rpc-state-istanbul :
173
173
<< : *common
174
174
docker :
175
- - image : circleci/python:3.8
175
+ - image : circleci/python:3.7
176
176
environment :
177
- TOXENV : py38 -rpc-state-istanbul
178
- py38 -rpc-state-petersburg :
177
+ TOXENV : py37 -rpc-state-istanbul
178
+ py37 -rpc-state-petersburg :
179
179
<< : *common
180
180
docker :
181
- - image : circleci/python:3.8
181
+ - image : circleci/python:3.7
182
182
environment :
183
- TOXENV : py38 -rpc-state-petersburg
183
+ TOXENV : py37 -rpc-state-petersburg
184
184
185
- py38 -rpc-state-tangerine_whistle :
185
+ py37 -rpc-state-tangerine_whistle :
186
186
<< : *common
187
187
docker :
188
- - image : circleci/python:3.8
188
+ - image : circleci/python:3.7
189
189
environment :
190
- TOXENV : py38 -rpc-state-tangerine_whistle
191
- py38 -rpc-state-spurious_dragon :
190
+ TOXENV : py37 -rpc-state-tangerine_whistle
191
+ py37 -rpc-state-spurious_dragon :
192
192
<< : *common
193
193
docker :
194
- - image : circleci/python:3.8
194
+ - image : circleci/python:3.7
195
195
environment :
196
- TOXENV : py38 -rpc-state-spurious_dragon
197
- py38 -rpc-blockchain :
196
+ TOXENV : py37 -rpc-state-spurious_dragon
197
+ py37 -rpc-blockchain :
198
198
<< : *common
199
199
docker :
200
- - image : circleci/python:3.8
200
+ - image : circleci/python:3.7
201
201
environment :
202
- TOXENV : py38 -rpc-blockchain
202
+ TOXENV : py37 -rpc-blockchain
203
203
204
204
py38-eth1-core :
205
205
<< : *common
@@ -213,19 +213,19 @@ jobs:
213
213
- image : circleci/python:3.8
214
214
environment :
215
215
TOXENV : py38-integration
216
- py38 -lightchain_integration :
216
+ py37 -lightchain_integration :
217
217
<< : *geth_steps
218
218
docker :
219
- - image : circleci/python:3.8
219
+ - image : circleci/python:3.7
220
220
environment :
221
- TOXENV : py38 -lightchain_integration
221
+ TOXENV : py37 -lightchain_integration
222
222
GETH_VERSION : v1.8.22
223
- py38 -long_run_integration :
223
+ py37 -long_run_integration :
224
224
<< : *common
225
225
docker :
226
- - image : circleci/python:3.8
226
+ - image : circleci/python:3.7
227
227
environment :
228
- TOXENV : py38 -long_run_integration
228
+ TOXENV : py37 -long_run_integration
229
229
py38-p2p :
230
230
<< : *common
231
231
docker :
@@ -399,15 +399,16 @@ workflows:
399
399
jobs :
400
400
# These tests are long, so should be started first to optimize for total suite run time
401
401
- py38-integration
402
+ - py37-integration
402
403
- py38-wheel-cli
403
404
- py37-wheel-cli
404
- - py38 -long_run_integration
405
+ - py37 -long_run_integration
405
406
- py37-rpc-state-sstore
406
407
- py38-eth2-core
407
408
- py37-eth2-core
408
409
- py37-libp2p
409
410
410
- - py38 -docs
411
+ - py37 -docs
411
412
412
413
- py37-eth1-core
413
414
- py37-p2p
@@ -422,14 +423,15 @@ workflows:
422
423
- py37-rpc-state-quadratic
423
424
- py37-rpc-state-zero_knowledge
424
425
425
- - py38-rpc-state-byzantium
426
- - py38-rpc-state-constantinople
427
- - py38-rpc-state-frontier
428
- - py38-rpc-state-homestead
429
- - py38-rpc-state-petersburg
430
- - py38-rpc-state-spurious_dragon
431
- - py38-rpc-state-tangerine_whistle
432
- - py38-rpc-blockchain
426
+ - py37-rpc-state-byzantium
427
+ - py37-rpc-state-constantinople
428
+ - py37-rpc-state-frontier
429
+ - py37-rpc-state-homestead
430
+ - py37-rpc-state-istanbul
431
+ - py37-rpc-state-petersburg
432
+ - py37-rpc-state-spurious_dragon
433
+ - py37-rpc-state-tangerine_whistle
434
+ - py37-rpc-blockchain
433
435
434
436
- py38-eth1-core
435
437
- py38-p2p
@@ -440,7 +442,7 @@ workflows:
440
442
- py38-eth1-components
441
443
- py38-eth2-trio
442
444
443
- - py38 -lightchain_integration
445
+ - py37 -lightchain_integration
444
446
445
447
- py38-lint
446
448
- py38-lint-eth2
0 commit comments