Skip to content

Commit 569b917

Browse files
committed
ci: add python39 for appveyor
Signed-off-by: Rui Chen <rui@meetup.com>
1 parent f3269f6 commit 569b917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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'

0 commit comments

Comments
 (0)