File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
1414 cxx-build-workflow :
15- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
15+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
1616
1717 python-build-workflow :
18- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
18+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
19+ with :
1920 secrets :
2021 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3535 " Topic :: Software Development :: Libraries" ,
3636]
37- requires-python = " >=3.9 "
37+ requires-python = " >=3.10 "
3838dependencies = [
3939 " itk == 5.4.*" ,
4040]
You can’t perform that action at this time.
0 commit comments