Skip to content

Commit

Permalink
using new cimg
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Aug 27, 2022
1 parent 2e92182 commit 9a61ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
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

workflows:
version: 2
Expand Down

0 comments on commit 9a61ef0

Please sign in to comment.