@@ -420,27 +420,28 @@ jobs:
420
420
- image : circleci/python:3.9
421
421
environment :
422
422
TOXENV : py39-wheel-cli
423
+
423
424
#
424
425
# Python 3.10
425
426
#
426
427
py310-core :
427
428
<< : *common
428
429
docker :
429
- - image : circleci/python:3.10.0rc2
430
+ - image : circleci/python:3.10
430
431
environment :
431
432
TOXENV : py310-core
432
433
433
434
py310-ens :
434
435
<< : *common
435
436
docker :
436
- - image : circleci/python:3.10.0rc2
437
+ - image : circleci/python:3.10
437
438
environment :
438
439
TOXENV : py310-ens
439
440
440
441
py310-ethpm :
441
442
<< : *ethpm_steps
442
443
docker :
443
- - image : circleci/python:3.10.0rc2
444
+ - image : circleci/python:3.10
444
445
environment :
445
446
TOXENV : py310-ethpm
446
447
# Please don't use this key for any shenanigans
@@ -449,46 +450,46 @@ jobs:
449
450
py310-integration-goethereum-ipc :
450
451
<< : *geth_steps
451
452
docker :
452
- - image : circleci/python:3.10.0rc2
453
+ - image : circleci/python:3.10
453
454
environment :
454
455
TOXENV : py310-integration-goethereum-ipc
455
- GETH_VERSION : v1.10.8
456
+ GETH_VERSION : v1.10.11
456
457
457
458
py310-integration-goethereum-http :
458
459
<< : *geth_steps
459
460
docker :
460
- - image : circleci/python:3.10.0rc2
461
+ - image : circleci/python:3.10
461
462
environment :
462
463
TOXENV : py310-integration-goethereum-http
463
- GETH_VERSION : v1.10.8
464
+ GETH_VERSION : v1.10.11
464
465
465
466
py310-integration-goethereum-ws :
466
467
<< : *geth_steps
467
468
docker :
468
- - image : circleci/python:3.10.0rc2
469
+ - image : circleci/python:3.10
469
470
environment :
470
471
TOXENV : py310-integration-goethereum-ws
471
- GETH_VERSION : v1.10.8
472
+ GETH_VERSION : v1.10.11
472
473
473
474
py310-integration-ethtester-pyevm :
474
475
<< : *common
475
476
docker :
476
- - image : circleci/python:3.10.0rc2
477
+ - image : circleci/python:3.10
477
478
environment :
478
479
TOXENV : py310-integration-ethtester
479
480
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
480
481
481
482
py310-wheel-cli :
482
483
<< : *common
483
484
docker :
484
- - image : circleci/python:3.10.0rc2
485
+ - image : circleci/python:3.10
485
486
environment :
486
487
TOXENV : py310-wheel-cli
487
488
488
489
benchmark :
489
490
<< : *geth_steps
490
491
docker :
491
- - image : circleci/python:3.10.0rc2
492
+ - image : circleci/python:3.10
492
493
environment :
493
494
TOXENV : benchmark
494
495
GETH_VERSION : v1.10.13
0 commit comments