Skip to content

Commit 521f325

Browse files
fselmokclowes
authored andcommitted
Change docker image to use 3.10
1 parent 0fec352 commit 521f325

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.circleci/config.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -420,27 +420,28 @@ jobs:
420420
- image: circleci/python:3.9
421421
environment:
422422
TOXENV: py39-wheel-cli
423+
423424
#
424425
# Python 3.10
425426
#
426427
py310-core:
427428
<<: *common
428429
docker:
429-
- image: circleci/python:3.10.0rc2
430+
- image: circleci/python:3.10
430431
environment:
431432
TOXENV: py310-core
432433

433434
py310-ens:
434435
<<: *common
435436
docker:
436-
- image: circleci/python:3.10.0rc2
437+
- image: circleci/python:3.10
437438
environment:
438439
TOXENV: py310-ens
439440

440441
py310-ethpm:
441442
<<: *ethpm_steps
442443
docker:
443-
- image: circleci/python:3.10.0rc2
444+
- image: circleci/python:3.10
444445
environment:
445446
TOXENV: py310-ethpm
446447
# Please don't use this key for any shenanigans
@@ -449,46 +450,46 @@ jobs:
449450
py310-integration-goethereum-ipc:
450451
<<: *geth_steps
451452
docker:
452-
- image: circleci/python:3.10.0rc2
453+
- image: circleci/python:3.10
453454
environment:
454455
TOXENV: py310-integration-goethereum-ipc
455-
GETH_VERSION: v1.10.8
456+
GETH_VERSION: v1.10.11
456457

457458
py310-integration-goethereum-http:
458459
<<: *geth_steps
459460
docker:
460-
- image: circleci/python:3.10.0rc2
461+
- image: circleci/python:3.10
461462
environment:
462463
TOXENV: py310-integration-goethereum-http
463-
GETH_VERSION: v1.10.8
464+
GETH_VERSION: v1.10.11
464465

465466
py310-integration-goethereum-ws:
466467
<<: *geth_steps
467468
docker:
468-
- image: circleci/python:3.10.0rc2
469+
- image: circleci/python:3.10
469470
environment:
470471
TOXENV: py310-integration-goethereum-ws
471-
GETH_VERSION: v1.10.8
472+
GETH_VERSION: v1.10.11
472473

473474
py310-integration-ethtester-pyevm:
474475
<<: *common
475476
docker:
476-
- image: circleci/python:3.10.0rc2
477+
- image: circleci/python:3.10
477478
environment:
478479
TOXENV: py310-integration-ethtester
479480
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend
480481

481482
py310-wheel-cli:
482483
<<: *common
483484
docker:
484-
- image: circleci/python:3.10.0rc2
485+
- image: circleci/python:3.10
485486
environment:
486487
TOXENV: py310-wheel-cli
487488

488489
benchmark:
489490
<<: *geth_steps
490491
docker:
491-
- image: circleci/python:3.10.0rc2
492+
- image: circleci/python:3.10
492493
environment:
493494
TOXENV: benchmark
494495
GETH_VERSION: v1.10.13

0 commit comments

Comments
 (0)