Skip to content

Commit

Permalink
Merge 75c90a0 into 14204af
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2021
2 parents 14204af + 75c90a0 commit b994d67
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 b994d67

Please sign in to comment.