Skip to content

Commit 57eeea5

Browse files
committed
Fix python version
1 parent 18cedb2 commit 57eeea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
publish:
4242
working_directory: ~/build
4343
docker:
44-
- image: python:3
44+
- image: python:3.7
4545

4646
steps:
4747
- checkout

0 commit comments

Comments
 (0)