Skip to content

Commit 1e5c579

Browse files
committed
ENH: Bump for ITK v5.3rc04.post4
1 parent bf603c0 commit 1e5c579

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
itk-git-tag:
1616
required: false
1717
type: string
18-
default: '171fb2ba33a87041f99328a2f26612ff33aa9cc8'
18+
default: 'abf5fa10522a36bc51f42f20f426a622f42ed90d'
1919

2020
jobs:
2121
build-test-cxx:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
itk-wheel-tag:
1111
required: false
1212
type: string
13-
default: 'v5.3rc04.post3'
13+
default: 'v5.3rc04.post4'
1414
secrets:
1515
pypi_password:
1616
required: false # Packages will not be uploaded to PyPI if not set
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
max-parallel: 2
2323
matrix:
24-
python-version: ["37", "38", "39", "310"]
24+
python-version: ["37", "38", "39", "310", "311"]
2525

2626
steps:
2727
- uses: actions/checkout@v2
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
max-parallel: 2
107107
matrix:
108-
python-version-minor: ["7", "8", "9", "10"]
108+
python-version-minor: ["7", "8", "9", "10", "11"]
109109

110110
steps:
111111
- name: Get specific version of CMake, Ninja

0 commit comments

Comments
 (0)