test-windows.yml matrix python-version

This commit is contained in:
nulano 2019-09-24 12:59:44 +02:00
parent 1b59dd4f79
commit df1e290d88
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: windows-2016
strategy:
matrix:
python-version: ["3.6.8"]
python-version: ["3.5.4", "3.6.8", "3.7.4"]
name: Python ${{ matrix.python-version }} x86

View File

@ -11,7 +11,9 @@ pythons = {
"36": {"compiler": 7.1, "vc": 2015},
"37": {"compiler": 7.1, "vc": 2015},
# for GitHub Actions
"3.5": {"compiler": 7.1, "vc": 2015},
"3.6": {"compiler": 7.1, "vc": 2015},
"3.7": {"compiler": 7.1, "vc": 2015},
}
VIRT_BASE = "c:/vp/"