InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Versions as strings, not numbers, so that 3.1 != 3.10, etc. #138

Closed Leengit closed 1 year ago

Leengit commented 1 year ago

Re-write versions as strings rather than numbers because 3.1 != 3.10, etc. Nothing is broken at present but in the future as, e.g., the Python version for some things goes from 3.8 to 3.9 to 3.10, this could end up being an unexpected problem.

Leengit commented 1 year ago

Could a PR please also be added to https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction -- this will help improve the maintainability of remote module CI configuration.

I have created Pull Request #8 for that project.