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: Python packages against v5.1.1.post1 for 3.9 support #95

Closed thewtex closed 3 years ago

mseng10 commented 3 years ago

@thewtex Would we want to include Python 3.9 builds into the CI since it is now supported?

dzenanz commented 3 years ago

ITKv5.1.1.post1 might have wheels for Python 3.9, but Python 3.9 is not included into the CI image. We would need to switch to a newer image - as far as I can tell.

thewtex commented 3 years ago

@mseng10 @dzenanz yes, this patch missed the 3.9 enablement in the build configuration. I will add that in another PR.