Skip to content

Commit 5a10fb5

Browse files
authored
Upgrade python in CI (#18)
1 parent 771b7d6 commit 5a10fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
lint:
44
working_directory: ~/project
55
docker:
6-
- image: circleci/python:3.6.5-stretch
6+
- image: circleci/python:3.7.2-stretch
77
steps:
88
- checkout
99
- run: |
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
working_directory: ~/project
1919
docker:
20-
- image: circleci/python:3.6.5-stretch
20+
- image: circleci/python:3.7.2-stretch
2121
steps:
2222
- checkout
2323
- run: |

0 commit comments

Comments
 (0)