File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ on: [push,pull_request]
4
4
5
5
jobs :
6
6
cxx-build-workflow :
7
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
7
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
8
8
9
9
python-build-workflow :
10
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
10
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
11
11
secrets :
12
12
pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
36
36
" Topic :: Scientific/Engineering :: Medical Science Apps." ,
37
37
" Topic :: Software Development :: Libraries" ,
38
38
]
39
- requires-python = " >=3.8 "
39
+ requires-python = " >=3.9 "
40
40
dependencies = [
41
41
" itk == 5.4.*" ,
42
42
]
You can’t perform that action at this time.
0 commit comments