Skip to content

Commit

Permalink
Update dependency circleci/python to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 145f9ac commit f55adc3
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.10.1

working_directory: ~/repo

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

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

working_directory: ~/repo

Expand Down

0 comments on commit f55adc3

Please sign in to comment.