We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333fa8d commit ae61445Copy full SHA for ae61445
appveyor.yml
@@ -30,6 +30,11 @@ environment:
30
PYTHON_ARCH: "64"
31
TOXENV: "py37"
32
33
+ - PYTHON: "C:\\Python38-x64"
34
+ PYTHON_VERSION: "3.8.x"
35
+ PYTHON_ARCH: "64"
36
+ TOXENV: "py38"
37
+
38
install:
39
# Install Python (from the official .msi of https://www.python.org/) and pip when
40
# not already installed.
0 commit comments