Use updated CircleCI images

See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
This commit is contained in:
Jason Carver
2022-06-01 13:05:34 -07:00
committed by GitHub
parent 2e22e2d0b6
commit 5e10046759

View File

@ -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: