Skip to content

Commit ad3c272

Browse files
thewtexdzenanz
authored andcommitted
ENH: Update CI to build against ITK 5.3 RC 3
1 parent d965475 commit ad3c272

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/build-test-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-20.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2.1"
16+
itk-git-tag: "v5.3rc03"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2.1"
21+
itk-git-tag: "v5.3rc03"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2.1"
26+
itk-git-tag: "v5.3rc03"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -141,9 +141,9 @@ jobs:
141141
strategy:
142142
max-parallel: 2
143143
matrix:
144-
python-version: [36, 37, 38, 39]
144+
python-version: [37, 38, 39, 310]
145145
include:
146-
- itk-python-git-tag: "v5.2.1.post1"
146+
- itk-python-git-tag: "v5.3rc03"
147147

148148
steps:
149149
- uses: actions/checkout@v2
@@ -192,7 +192,7 @@ jobs:
192192
max-parallel: 2
193193
matrix:
194194
include:
195-
- itk-python-git-tag: "v5.2.1.post1"
195+
- itk-python-git-tag: "v5.3rc03"
196196

197197
steps:
198198
- uses: actions/checkout@v2
@@ -239,9 +239,9 @@ jobs:
239239
strategy:
240240
max-parallel: 2
241241
matrix:
242-
python-version-minor: [6, 7, 8, 9]
242+
python-version-minor: [7, 8, 9, 10]
243243
include:
244-
- itk-python-git-tag: "v5.2.1.post1"
244+
- itk-python-git-tag: "v5.3rc03"
245245

246246
steps:
247247
- uses: actions/checkout@v2

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-20.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2.1"
16+
itk-git-tag: "v5.3rc03"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2.1"
21+
itk-git-tag: "v5.3rc03"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2.1"
26+
itk-git-tag: "v5.3rc03"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -134,9 +134,9 @@ jobs:
134134
strategy:
135135
max-parallel: 2
136136
matrix:
137-
python-version: [36, 37, 38, 39]
137+
python-version: [37, 38, 39, 310]
138138
include:
139-
- itk-python-git-tag: "v5.2.1.post1"
139+
- itk-python-git-tag: "v5.3rc03"
140140

141141
steps:
142142
- uses: actions/checkout@v2
@@ -172,7 +172,7 @@ jobs:
172172
max-parallel: 2
173173
matrix:
174174
include:
175-
- itk-python-git-tag: "v5.2.1.post1"
175+
- itk-python-git-tag: "v5.3rc03"
176176

177177
steps:
178178
- uses: actions/checkout@v2
@@ -206,9 +206,9 @@ jobs:
206206
strategy:
207207
max-parallel: 2
208208
matrix:
209-
python-version-minor: [6, 7, 8, 9]
209+
python-version-minor: [7, 8, 9, 10]
210210
include:
211-
- itk-python-git-tag: "v5.2.1.post1"
211+
- itk-python-git-tag: "v5.3rc03"
212212

213213
steps:
214214
- name: Get specific version of CMake, Ninja

{{cookiecutter.project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
keywords='ITK InsightToolkit',
4444
url=r'https://itk.org/',
4545
install_requires=[
46-
r'itk>=5.2.1.post1'
46+
r'itk>=5.3rc3'
4747
]
4848
)

0 commit comments

Comments
 (0)