summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-26 13:30:08 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-26 13:30:08 +0200
commit566e6aea850918ffb41321a7fb14c141dee2f937 (patch)
treeaef1ab69d8065384f7d083de30be19873656b6f3
parent2d0a4faba088f6a825cc18a8543e634bc5911d9e (diff)
downloadcython-566e6aea850918ffb41321a7fb14c141dee2f937.tar.gz
Add appveyor build for Py3.8 (will probably fail tests, but it should at least build).
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 860fcbb50..56e47e125 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,6 +17,14 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python38"
+ PYTHON_VERSION: "3.8"
+ PYTHON_ARCH: "32"
+
+ - PYTHON: "C:\\Python38-x64"
+ PYTHON_VERSION: "3.8"
+ PYTHON_ARCH: "64"
+
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"