Add official Python 3.8 support on Appveyor

This commit is contained in:
Abdullah Selek
2020-09-30 20:52:35 +01:00
parent 333fa8d3f2
commit ae6144599a
+5
View File
@@ -30,6 +30,11 @@ environment:
PYTHON_ARCH: "64"
TOXENV: "py37"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"
TOXENV: "py38"
install:
# Install Python (from the official .msi of https://www.python.org/) and pip when
# not already installed.