Skip to content
Snippets Groups Projects
Commit 15c996392497 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Add appveyor build for Py3.8 (will probably fail tests, but it should at least build).

parent 70e2ebca3762
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,14 @@
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment