File tree 2 files changed +12
-15
lines changed 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 22
22
23
23
matrix :
24
24
include :
25
+ - python : 3.6.12
25
26
- language : cpp
26
27
os : osx
27
28
env :
28
- - PYTHON=3.6 .8
29
- - python : 3.6
30
- - python : 3.6
29
+ - PYTHON=3.7 .8
30
+ - python : 3.7.9
31
+ - python : 3.7.9
31
32
env :
32
33
- PROJ_NETWORK=ON
33
34
- PROJ_DEBUG=3
34
- - python : 3.6
35
+ - python : 3.7.9
35
36
env :
36
37
- PROJSYNC=ALL
37
- - python : 3.6
38
+ - python : 3.7.9
38
39
env :
39
40
- PYPROJ_GLOBAL_CONTEXT=ON
40
- - python : 3.7.2
41
+ - python : 3.7.9
41
42
env :
42
43
- DOC=true
43
- - python : 3.8
44
- # - python: 3.8
45
- # env:
46
- # - PROJSOURCE=git
44
+ - python : 3.8.5
45
+ - python : 3.9-dev
47
46
# - python: "nightly"
48
47
# env:
49
48
# - PROJSOURCE=git
@@ -52,9 +51,6 @@ matrix:
52
51
# - python: "nightly"
53
52
# env:
54
53
# - PROJSOURCE=git
55
- # - python: 3.8
56
- # env:
57
- # - PROJSOURCE=git
58
54
59
55
60
56
before_install :
@@ -67,6 +63,7 @@ before_install:
67
63
# virtualenv doesn't work without pyenv knowledge. venv in Python 3.3
68
64
# doesn't provide Pip by default. So, use `pyenv-virtualenv <https://github.com/yyuu/pyenv-virtualenv/blob/master/README.md>`_.
69
65
brew install pyenv-virtualenv
66
+ pyenv install --list | grep "3.7"
70
67
pyenv install $PYTHON
71
68
# I would expect something like ``pyenv init; pyenv local $PYTHON`` or
72
69
# ``pyenv shell $PYTHON`` would work, but ``pyenv init`` doesn't seem to
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ environment:
18
18
# build is limited to 60 minutes, without caching each build takes 10-30 minutes
19
19
# with caching build takes less than 1 minute
20
20
- PYTHON : " C:\\ Python36-x64"
21
- PYTHON_VERSION : " 3.6 "
21
+ PYTHON_VERSION : " 3.7 "
22
22
PYTHON_ARCH : " 64"
23
23
VS_VERSION : Visual Studio 14
24
24
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25
25
PROJSOURCE : git
26
26
BUILD_SHARED_LIBS : ON
27
27
# - PYTHON: "C:\\Python37-x64"
28
- # PYTHON_VERSION: "3.7 "
28
+ # PYTHON_VERSION: "3.8 "
29
29
# PYTHON_ARCH: "64"
30
30
# VS_VERSION: Visual Studio 14
31
31
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
You can’t perform that action at this time.
0 commit comments