File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ on: [push,pull_request]
55
66jobs :
77 cxx-build-workflow :
8- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
8+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
99
1010 python-build-workflow :
11- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
11+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
1212 with :
1313 test-notebooks : false
14- secrets :
15- pypi_password : ${{ secrets.pypi_password }}
14+ secrets : inherit
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
3636 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3737 " Topic :: Software Development :: Libraries" ,
3838]
39- requires-python = " >=3.9 "
39+ requires-python = " >=3.10 "
4040dependencies = [
4141 " itk == 5.4.*" ,
4242]
You can’t perform that action at this time.
0 commit comments