Skip to content

Commit 28623d3

Browse files
authored
Merge pull request #243 from chenrui333/add-python-3.9
ci: add python 3.9
2 parents 1ffeab0 + 569b917 commit 28623d3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ environment:
99
PYTHON: 'C:\Python38\python.exe'
1010
- GENERATOR: 'Visual Studio 14 Win64'
1111
PYTHON: 'C:\Python38-x64\python.exe'
12+
- GENERATOR: 'Visual Studio 14'
13+
PYTHON: 'C:\Python39\python.exe'
14+
- GENERATOR: 'Visual Studio 14 Win64'
15+
PYTHON: 'C:\Python39-x64\python.exe'
1216

1317
init:
1418
- cmd: '%PYTHON% -m pip install -U nose wheel'

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ addons:
55
packages:
66
- snapcraft
77
python:
8-
- '3.7'
9-
- '3.8'
8+
- '3.7'
9+
- '3.8'
10+
- '3.9'
11+
1012
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1113
before_install: ./.travis.sh
1214
install: pip install -r requirements.txt .

0 commit comments

Comments
 (0)