mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Test Python 3.8 on Windows with GitHub Actions
This commit is contained in:
parent
f90a21965a
commit
4163938854
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.5", "3.6", "3.7"]
|
||||
python-version: ["3.5", "3.6", "3.7", "3.8"]
|
||||
architecture: ["x86", "x64"]
|
||||
include:
|
||||
- architecture: "x86"
|
||||
|
|
|
@ -13,6 +13,7 @@ pythons = {
|
|||
"3.5": {"compiler": 7.1, "vc": 2015},
|
||||
"3.6": {"compiler": 7.1, "vc": 2015},
|
||||
"3.7": {"compiler": 7.1, "vc": 2015},
|
||||
"3.8": {"compiler": 7.1, "vc": 2015},
|
||||
}
|
||||
|
||||
VIRT_BASE = "c:/vp/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user