Skip to content

Commit ae61445

Browse files
committed
Add official Python 3.8 support on Appveyor
1 parent 333fa8d commit ae61445

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ environment:
3030
PYTHON_ARCH: "64"
3131
TOXENV: "py37"
3232

33+
- PYTHON: "C:\\Python38-x64"
34+
PYTHON_VERSION: "3.8.x"
35+
PYTHON_ARCH: "64"
36+
TOXENV: "py38"
37+
3338
install:
3439
# Install Python (from the official .msi of https://www.python.org/) and pip when
3540
# not already installed.

0 commit comments

Comments
 (0)