Skip to content

Commit 799a97d

Browse files
authored
Merge pull request #5608 from abdullahselek/master
Add official Python 3.8 support on Appveyor
2 parents 333fa8d + ae61445 commit 799a97d

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)