InsightSoftwareConsortium / ITKRemoteModuleBuildTestPackageAction

A composite GitHub Action to build, test, and package, ITK remote modules
Apache License 2.0
3 stars 5 forks source link

ENH: Bump default ITK versions to v5.4rc02 #69

Closed thewtex closed 1 year ago

thewtex commented 1 year ago

C++ and Python.

tbirdso commented 1 year ago

Apologies for my delay in getting back to this. @thewtex has given me permission to take over getting this through while he is away.

I've pushed minor fixups with testing on a subset of Python versions in https://github.com/InsightSoftwareConsortium/ITKSplitComponents/pull/74. Previous runs showed a Python 3.12 failure on Linux, actively investigating.

tbirdso commented 1 year ago

Confirmed by inspection that ITK Python v5.4rc02 archives for Linux _2_28 are missing 3.12 sources/binaries. I've entered https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/issues/2 to track. To avoid holding up the release candidate I will remove the 3.12 Python target from the reusable workflow defaults for now.

EDIT: Testing at https://github.com/InsightSoftwareConsortium/ITKSplitComponents/actions/runs/6720203744

EDIT2: Testing has passed, moving forward with merge.