Skip to content

Commit

Permalink
Try Python 3.8 on AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 5, 2020
1 parent e95f4f5 commit d4a1e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Expand Up @@ -8,6 +8,9 @@ environment:
- PYTHON: "C:\\Python37-x64"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python38-x64"
PYTHON_ARCH: "64"

install:
- SET PATH=%PYTHON%;%PATH%
- python --version
Expand Down

0 comments on commit d4a1e73

Please sign in to comment.