Skip to content

Commit

Permalink
Support MinGW in Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Mar 10, 2020
1 parent 013a78b commit cd81872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ environment:
matrix:
- PYTHON_DIR: C:\Python37-x64
COMPILER: mingw32
# Cython issue
# - PYTHON_DIR: C:\Python38
# COMPILER: mingw32
DEPLOY: "true"
- PYTHON_DIR: C:\Python38-x64
COMPILER: mingw32
- PYTHON_DIR: C:\Python38-x64
COMPILER: msvc
DEPLOY: "true"

install:
# Clone submodules
Expand Down
2 changes: 1 addition & 1 deletion pyslvs
Submodule pyslvs updated 2 files
+2 −3 appveyor.yml
+6 −0 setup.py

0 comments on commit cd81872

Please sign in to comment.