@@ -487,21 +487,21 @@ jobs:
487
487
py310-core :
488
488
<< : *common
489
489
docker :
490
- - image : cimg /python:3.10.0
490
+ - image : circleci /python:3.10.0rc2
491
491
environment :
492
492
TOXENV : py310-core
493
493
494
494
py310-ens :
495
495
<< : *common
496
496
docker :
497
- - image : cimg /python:3.10.0
497
+ - image : circleci /python:3.10.0rc2
498
498
environment :
499
499
TOXENV : py310-ens
500
500
501
501
py310-ethpm :
502
502
<< : *ethpm_steps
503
503
docker :
504
- - image : cimg /python:3.10.0
504
+ - image : circleci /python:3.10.0rc2
505
505
environment :
506
506
TOXENV : py310-ethpm
507
507
# Please don't use this key for any shenanigans
@@ -510,46 +510,46 @@ jobs:
510
510
py310-integration-goethereum-ipc :
511
511
<< : *geth_steps
512
512
docker :
513
- - image : cimg /python:3.10.0
513
+ - image : circleci /python:3.10.0rc2
514
514
environment :
515
515
TOXENV : py310-integration-goethereum-ipc
516
516
GETH_VERSION : v1.10.8
517
517
518
518
py310-integration-goethereum-http :
519
519
<< : *geth_steps
520
520
docker :
521
- - image : cimg /python:3.10.0
521
+ - image : circleci /python:3.10.0rc2
522
522
environment :
523
523
TOXENV : py310-integration-goethereum-http
524
524
GETH_VERSION : v1.10.8
525
525
526
526
py310-integration-goethereum-ws :
527
527
<< : *geth_steps
528
528
docker :
529
- - image : cimg /python:3.10.0
529
+ - image : circleci /python:3.10.0rc2
530
530
environment :
531
531
TOXENV : py310-integration-goethereum-ws
532
532
GETH_VERSION : v1.10.8
533
533
534
534
py310-integration-ethtester-pyevm :
535
535
<< : *common
536
536
docker :
537
- - image : cimg /python:3.10.0
537
+ - image : circleci /python:3.10.0rc2
538
538
environment :
539
539
TOXENV : py310-integration-ethtester
540
540
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
541
541
542
542
py310-wheel-cli :
543
543
<< : *common
544
544
docker :
545
- - image : cimg /python:3.10.0
545
+ - image : circleci /python:3.10.0rc2
546
546
environment :
547
547
TOXENV : py310-wheel-cli
548
548
549
549
benchmark :
550
550
<< : *geth_steps
551
551
docker :
552
- - image : cimg /python:3.10.0
552
+ - image : circleci /python:3.10.0rc2
553
553
environment :
554
554
TOXENV : benchmark
555
555
GETH_VERSION : v1.10.8
0 commit comments