Merge pull request #62 from ethereum/circleci-image-update

Use updated CircleCI images
This commit is contained in:
Jason Carver
2022-06-02 15:11:32 -07:00
committed by GitHub

View File

@ -39,43 +39,43 @@ jobs:
docs: docs:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.6 - image: cimg/python:3.6
environment: environment:
TOXENV: docs TOXENV: docs
lint: lint:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.6 - image: cimg/python:3.6
environment: environment:
TOXENV: lint TOXENV: lint
py36-core: py36-core:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.6 - image: cimg/python:3.6
environment: environment:
TOXENV: py36-core TOXENV: py36-core
py37-core: py37-core:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.7 - image: cimg/python:3.7
environment: environment:
TOXENV: py37-core TOXENV: py37-core
py38-core: py38-core:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
environment: environment:
TOXENV: py38-core TOXENV: py38-core
py39-core: py39-core:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.9 - image: cimg/python:3.9
environment: environment:
TOXENV: py39-core TOXENV: py39-core
py310-core: py310-core:
<<: *common <<: *common
docker: docker:
- image: circleci/python:3.10 - image: cimg/python:3.10
environment: environment:
TOXENV: py310-core TOXENV: py310-core
pypy3-core: pypy3-core: