You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .appveyor.yml
+5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
image: Visual Studio 2019
1
2
environment:
2
3
TWINE_USERNAME: basler
3
4
#Enable this for testing purposes
@@ -15,8 +16,10 @@ environment:
15
16
# isn't covered by this document) at the time of writing.
16
17
17
18
- PYTHON: "C:\\Python34"
19
+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
18
20
- PYTHON: "C:\\Python34-x64"
19
21
DISTUTILS_USE_SDK: "1"
22
+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
20
23
- PYTHON: "C:\\Python35"
21
24
- PYTHON: "C:\\Python35-x64"
22
25
- PYTHON: "C:\\Python36"
@@ -25,6 +28,8 @@ environment:
25
28
- PYTHON: "C:\\Python37-x64"
26
29
- PYTHON: "C:\\Python38"
27
30
- PYTHON: "C:\\Python38-x64"
31
+
- PYTHON: "C:\\Python39"
32
+
- PYTHON: "C:\\Python39-x64"
28
33
29
34
install:
30
35
# Install an outdated version of readme_renderer because it is the last one with python 3.4 support (https://github.com/pypa/readme_renderer/releases/tag/25.0)
0 commit comments