Skip to content

Commit

Permalink
Update circleci/python Docker tag to v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent 145f9ac commit 434434d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.8.0b1
- image: circleci/python:3.9.5

working_directory: ~/repo

Expand All @@ -29,7 +29,7 @@ jobs:

test:
docker:
- image: circleci/python:3.8.0b1
- image: circleci/python:3.9.5

working_directory: ~/repo

Expand Down

0 comments on commit 434434d

Please sign in to comment.