Skip to content

Commit ea9ac2d

Browse files
authored
CI: Update python pins - 3.7 is main version and add 3.9-dev (#707)
1 parent eba1736 commit ea9ac2d

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.travis.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,27 @@ env:
2222

2323
matrix:
2424
include:
25+
- python: 3.6.12
2526
- language: cpp
2627
os: osx
2728
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
3132
env:
3233
- PROJ_NETWORK=ON
3334
- PROJ_DEBUG=3
34-
- python: 3.6
35+
- python: 3.7.9
3536
env:
3637
- PROJSYNC=ALL
37-
- python: 3.6
38+
- python: 3.7.9
3839
env:
3940
- PYPROJ_GLOBAL_CONTEXT=ON
40-
- python: 3.7.2
41+
- python: 3.7.9
4142
env:
4243
- 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
4746
# - python: "nightly"
4847
# env:
4948
# - PROJSOURCE=git
@@ -52,9 +51,6 @@ matrix:
5251
# - python: "nightly"
5352
# env:
5453
# - PROJSOURCE=git
55-
# - python: 3.8
56-
# env:
57-
# - PROJSOURCE=git
5854

5955

6056
before_install:
@@ -67,6 +63,7 @@ before_install:
6763
# virtualenv doesn't work without pyenv knowledge. venv in Python 3.3
6864
# doesn't provide Pip by default. So, use `pyenv-virtualenv <https://github.com/yyuu/pyenv-virtualenv/blob/master/README.md>`_.
6965
brew install pyenv-virtualenv
66+
pyenv install --list | grep "3.7"
7067
pyenv install $PYTHON
7168
# I would expect something like ``pyenv init; pyenv local $PYTHON`` or
7269
# ``pyenv shell $PYTHON`` would work, but ``pyenv init`` doesn't seem to

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ environment:
1818
# build is limited to 60 minutes, without caching each build takes 10-30 minutes
1919
# with caching build takes less than 1 minute
2020
- PYTHON: "C:\\Python36-x64"
21-
PYTHON_VERSION: "3.6"
21+
PYTHON_VERSION: "3.7"
2222
PYTHON_ARCH: "64"
2323
VS_VERSION: Visual Studio 14
2424
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
2525
PROJSOURCE: git
2626
BUILD_SHARED_LIBS: ON
2727
# - PYTHON: "C:\\Python37-x64"
28-
# PYTHON_VERSION: "3.7"
28+
# PYTHON_VERSION: "3.8"
2929
# PYTHON_ARCH: "64"
3030
# VS_VERSION: Visual Studio 14
3131
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

0 commit comments

Comments
 (0)