Skip to content

Commit ae98816

Browse files
committed
COMP: Update for ITK 6.0 Beta 2
The C++ release branch tags includes additional CMake target fixes. Drop Python 3.9 (EOL) package builds.
1 parent 5bbc4a0 commit ae98816

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
description: 'Git version tag or commit hash for the base ITK build'
2424
required: false
2525
type: string
26-
default: 'v6.0b01'
26+
# release branch 2026-03-10
27+
default: 'c6e1c1be6a86236cbb812bd71eec5a4df9b1353c'
2728
itk-module-deps:
2829
description: 'Colon-delimited list of ITK remote module dependencies to build. Format as module_name@tag:...'
2930
# example: MeshToPolyData@3ad8f08:BSplineGradient@0.3.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
1414
required: false
1515
type: string
16-
default: 'v6.0b01.post1'
16+
default: 'v6.0b02'
1717
itk-python-package-tag:
1818
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
22-
# v6.0b01
23-
default: 'v6.0b01.post1'
22+
# v6.0b02
23+
default: 'v6.0b02'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false
@@ -37,7 +37,7 @@ on:
3737
type: string
3838
# Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11.
3939
# Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI.
40-
default: '["9","10","11"]'
40+
default: '["10","11"]'
4141
manylinux-platforms:
4242
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'
4343
required: false

0 commit comments

Comments
 (0)