File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
python : " 2.7"
11
11
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib"
12
12
services : docker
13
- - name : " Source package verification with Python 3.8 (Linux)"
13
+ - name : " Source package verification with Python 3.6 (Linux)"
14
14
os : linux
15
15
language : python
16
16
dist : trusty
17
- python : " 3.8 "
17
+ python : " 3.6 "
18
18
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib"
19
19
services : docker
20
20
- name : " Source package verification with Python 2.7 (OSX)"
21
21
os : osx
22
22
python : " 2.7"
23
23
env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" INTERPRETER_VERSION="2.7.17"
24
- - name : " Source package verification with Python 3.8 (OSX) +docs"
24
+ - name : " Source package verification with Python 3.6 (OSX) +docs"
25
25
os : osx
26
- python : " 3.8 "
26
+ python : " 3.6 "
27
27
env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" MK_DOCS="y" INTERPRETER_VERSION="3.6.5"
28
28
- name : " cibuildwheel (OSX)"
29
29
os : osx
You can’t perform that action at this time.
0 commit comments