Skip to content

Commit

Permalink
Use updated CircleCI images
Browse files Browse the repository at this point in the history
  • Loading branch information
carver authored Jun 1, 2022
1 parent 2e22e2d commit 5e10046
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 5e10046

Please sign in to comment.