Skip to content

Commit 56969d9

Browse files
authored
update workflow build environment to py37 (#1172)
1 parent 812c142 commit 56969d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest]
10-
python-version: ['3.5']
10+
python-version: ['3.7']
1111
node-version: ['14']
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)