Merge pull request #5608 from abdullahselek/master

Add official Python 3.8 support on Appveyor
This commit is contained in:
Ian Stapleton Cordasco
2020-09-30 15:35:12 -05:00
committed by GitHub
+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.