@@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " a89145bccda6a36f42cfdd45d3a6b27234ff54fe "
16+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " a89145bccda6a36f42cfdd45d3a6b27234ff54fe "
21+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " a89145bccda6a36f42cfdd45d3a6b27234ff54fe "
26+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
@@ -135,9 +135,9 @@ jobs:
135135 strategy :
136136 max-parallel : 2
137137 matrix :
138- python-version : [36, 37, 38, 39]
138+ python-version : [37, 38, 39, 310 ]
139139 include :
140- - itk-python-git-tag : " v5.2rc01 "
140+ - itk-python-git-tag : " v5.3rc04 "
141141
142142 steps :
143143 - uses : actions/checkout@v2
@@ -173,7 +173,7 @@ jobs:
173173 max-parallel : 2
174174 matrix :
175175 include :
176- - itk-python-git-tag : " v5.2rc01 "
176+ - itk-python-git-tag : " v5.3rc04 "
177177
178178 steps :
179179 - uses : actions/checkout@v2
@@ -207,9 +207,9 @@ jobs:
207207 strategy :
208208 max-parallel : 2
209209 matrix :
210- python-version-minor : [6, 7, 8, 9]
210+ python-version-minor : [7, 8, 9, 10 ]
211211 include :
212- - itk-python-git-tag : " v5.2rc01 "
212+ - itk-python-git-tag : " v5.3rc04 "
213213
214214 steps :
215215 - name : Get specific version of CMake, Ninja
@@ -242,7 +242,7 @@ jobs:
242242 run : |
243243 cd ../../im
244244 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
245- set PATH=" C:\P\grep;%PATH%"
245+ set PATH=C:\P\grep;%PATH%
246246 set CC=cl.exe
247247 set CXX=cl.exe
248248 C:\Python3${{ matrix.python-version-minor }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ matrix.python-version-minor }}-x64"
0 commit comments