Skip to content

Commit

Permalink
updated CircleCI images
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Sep 30, 2022
1 parent 356e8c2 commit b21ca68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ jobs:
py36:
<<: *shared
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6

py37:
<<: *shared
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7

py38:
<<: *shared
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8

py39:
<<: *shared
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

py310:
<<: *shared
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10

workflows:
version: 2
Expand Down

0 comments on commit b21ca68

Please sign in to comment.