trying with python 3.7
This commit is contained in:
parent
1a922ae857
commit
38ff35ff1e
|
@ -8,7 +8,7 @@ build_script:
|
|||
- appveyor AddCompilationMessage "Building miniupnpc"
|
||||
- mingw32-make -f Makefile.mingw
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python35\python
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python37\python
|
||||
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27-x64\python
|
||||
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python
|
||||
|
||||
|
|
Loading…
Reference in New Issue