Skip to content

Commit

Permalink
Merge pull request #4126 from radarhere/python38
Browse files Browse the repository at this point in the history
Added Python 3.8 rc1 to AppVeyor
  • Loading branch information
hugovk committed Oct 9, 2019
2 parents 7e980d7 + 1c493fb commit 8c94f01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ environment:
EXECUTABLE: bin/pypy.exe
PIP_DIR: bin
VENV: YES
- PYTHON: C:\Python38rc1-x64


install:
- ps: |
if ($env:PYTHON -eq "C:\Python38rc1-x64") {
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/d0cf77e62028704875073e3dc4626f61d1c33b0e/install_python.ps1
.\install_python.ps1
}
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
- 7z x pillow-depends.zip -oc:\
- mv c:\pillow-depends-master c:\pillow-depends
Expand Down
1 change: 1 addition & 0 deletions winbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"36": {"compiler": 7.1, "vc": 2015},
"pypy3": {"compiler": 7.1, "vc": 2015},
"37": {"compiler": 7.1, "vc": 2015},
"38rc1-x64": {"compiler": 7.1, "vc": 2015},
}

VIRT_BASE = "c:/vp/"
Expand Down

0 comments on commit 8c94f01

Please sign in to comment.