summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRui Chen <rui@chenrui.dev>2021-01-24 19:07:36 -0500
committerRui Chen <rui@chenrui.dev>2021-01-24 19:07:36 -0500
commit0d8c46453760086994c74faea924b3a779d91b94 (patch)
treeb9d58bcab9c955bb96769ebe248cfdb2f479f689 /appveyor.yml
parent025ee1d77deaccd289b451f03201e7f13b4d1be4 (diff)
ci: add python 3.9
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6920d3f6..0a33184e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,6 +28,10 @@ environment:
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python39"
+ PYTHON_VERSION: "3.9.x"
+ PYTHON_ARCH: "32"
+
# 64 bits
- PYTHON: "C:\\Python27-x64"
@@ -62,6 +66,13 @@ environment:
VS_VER: "2015"
INSTANCENAME: "SQL2012SP1"
+ - PYTHON: "C:\\Python39-x64"
+ PYTHON_VERSION: "3.9.x"
+ PYTHON_ARCH: "64"
+ ARCH: x86_64
+ VS_VER: "2015"
+ INSTANCENAME: "SQL2012SP1"
+
# Also build on a Python version not pre-installed by Appveyor.
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10