File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ jobs:
43
43
- name : Test
44
44
run : npm run test
45
45
env :
46
- USE_PYTHON : python
47
46
LC_ALL : C.UTF-8
48
47
LANG : C.UTF-8
49
48
if : matrix.os != 'macOS-latest'
50
49
51
50
- name : Test (Mac)
52
51
run : npm run test
53
52
env :
54
- USE_PYTHON : python
55
53
LC_ALL : en_US.UTF-8
56
54
LANG : en_US.UTF-8
57
55
if : matrix.os == 'macOS-latest'
Original file line number Diff line number Diff line change @@ -130,16 +130,6 @@ const availablePythons = (() => {
130
130
// For running outside of CI
131
131
binaries . push (
132
132
'python' ,
133
- 'python3' ,
134
- 'python3.6' ,
135
- 'python36' ,
136
- 'python3.7' ,
137
- 'python37' ,
138
- 'python3.8' ,
139
- 'python38' ,
140
- 'python2' ,
141
- 'python2.7' ,
142
- 'python27'
143
133
) ;
144
134
}
145
135
const exe = process . platform === 'win32' ? '.exe' : '' ;
You can’t perform that action at this time.
0 commit comments