Skip to content

Commit

Permalink
Update circleci/python Docker tag to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2020
1 parent 14204af commit 9289785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands:
jobs:
build35:
docker:
- image: circleci/python:3.5
- image: circleci/python:3.9
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
path: "/tmp/jsmapper"
build36:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.9
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand All @@ -52,7 +52,7 @@ jobs:
path: "/tmp/jsmapper"
build37:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.9
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
path: "/tmp/jsmapper"
build38:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9
environment:
ARTIFACTS: /tmp/jsmapper
steps:
Expand Down

0 comments on commit 9289785

Please sign in to comment.