Skip to content

Commit

Permalink
Merge pull request ethereum#62 from ethereum/circleci-image-update
Browse files Browse the repository at this point in the history
Use updated CircleCI images
  • Loading branch information
carver authored Jun 2, 2022
2 parents 2e22e2d + 5e10046 commit 4533bf6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,43 @@ jobs:
docs:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: docs
lint:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: lint
py36-core:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: py36-core
py37-core:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-core
py38-core:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-core
py39-core:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-core
py310-core:
<<: *common
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
environment:
TOXENV: py310-core
pypy3-core:
Expand Down

0 comments on commit 4533bf6

Please sign in to comment.