Skip to content

Commit

Permalink
Update circleci/python Docker tag to v3.9 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 7, 2021
1 parent 533154c commit a4c45c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ workflows:
jobs:
test:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.9
steps:
- checkout
- run:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- "venv"
deploy:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.9
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit a4c45c1

Please sign in to comment.