Skip to content

Commit

Permalink
Change docker image to use 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo authored and kclowes committed Feb 11, 2022
1 parent 0fec352 commit 521f325
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,27 +420,28 @@ jobs:
- image: circleci/python:3.9
environment:
TOXENV: py39-wheel-cli

#
# Python 3.10
#
py310-core:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-core

py310-ens:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-ens

py310-ethpm:
<<: *ethpm_steps
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-ethpm
# Please don't use this key for any shenanigans
Expand All @@ -449,46 +450,46 @@ jobs:
py310-integration-goethereum-ipc:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-integration-goethereum-ipc
GETH_VERSION: v1.10.8
GETH_VERSION: v1.10.11

py310-integration-goethereum-http:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-integration-goethereum-http
GETH_VERSION: v1.10.8
GETH_VERSION: v1.10.11

py310-integration-goethereum-ws:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-integration-goethereum-ws
GETH_VERSION: v1.10.8
GETH_VERSION: v1.10.11

py310-integration-ethtester-pyevm:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-integration-ethtester
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py310-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: py310-wheel-cli

benchmark:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: circleci/python:3.10
environment:
TOXENV: benchmark
GETH_VERSION: v1.10.13
Expand Down

0 comments on commit 521f325

Please sign in to comment.