Skip to content

Commit

Permalink
Fixed appveyor Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Jul 17, 2021
1 parent 1734bb5 commit e0ae5a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .appveyor.yml
@@ -1,8 +1,12 @@
image:
- Visual Studio 2019

environment:
matrix:
- PYTHON: Python36
- PYTHON: Python37
- PYTHON: Python38
- PYTHON: Python37-x64
- PYTHON: Python38-x64
- PYTHON: Python39-x64

install:
- C:\%PYTHON%\python.exe -m pip install .
Expand Down

0 comments on commit e0ae5a7

Please sign in to comment.