File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# AppVeyor.com is a Continuous Integration service to build and run tests under
2
2
# Windows
3
3
4
+ image : Visual Studio 2019
5
+
4
6
environment :
5
7
matrix :
6
8
- PYTHON : " C:\\ Python27"
@@ -11,6 +13,12 @@ environment:
11
13
- PYTHON : " C:\\ Python35-x64"
12
14
- PYTHON : " C:\\ Python36"
13
15
- PYTHON : " C:\\ Python36-x64"
16
+ - PYTHON : " C:\\ Python37"
17
+ - PYTHON : " C:\\ Python37-x64"
18
+ - PYTHON : " C:\\ Python38"
19
+ - PYTHON : " C:\\ Python38-x64"
20
+ - PYTHON : " C:\\ Python39"
21
+ - PYTHON : " C:\\ Python39-x64"
14
22
15
23
install :
16
24
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
Original file line number Diff line number Diff line change 18
18
'Programming Language :: Python :: 3.4' ,
19
19
'Programming Language :: Python :: 3.5' ,
20
20
'Programming Language :: Python :: 3.6' ,
21
+ 'Programming Language :: Python :: 3.7' ,
22
+ 'Programming Language :: Python :: 3.8' ,
23
+ 'Programming Language :: Python :: 3.9' ,
21
24
],
22
25
keywords = 'cycle kwargs' ,
23
26
)
You can’t perform that action at this time.
0 commit comments