trying with python 3.7

This commit is contained in:
Thomas Bernard 2019-04-25 13:45:16 +02:00
parent 1a922ae857
commit 38ff35ff1e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ build_script:
- appveyor AddCompilationMessage "Building miniupnpc" - appveyor AddCompilationMessage "Building miniupnpc"
- mingw32-make -f Makefile.mingw - mingw32-make -f Makefile.mingw
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python - 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:\Python27-x64\python
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python # - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python