Skip to content

Commit 3efcd03

Browse files
authored
Merge pull request #136 from thewtex/itk-5.4.4
ENH: Bump Python package to build against ITK 5.4.4
2 parents 8071061 + 9b2212b commit 3efcd03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
88
with:
99
itk-cmake-options: '-DModule_MorphologicalContourInterpolation_BUILD_EXAMPLES:BOOL=ON'
1010
itk-module-deps: '[email protected]'
1111

1212
python-build-workflow:
13-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
13+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1414
with:
1515
test-notebooks: false
1616
secrets:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-morphologicalcontourinterpolation"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
description = "A morphology-based approach for interslice interpolation of anatomical slices from volumetric images."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3434
"Topic :: Software Development :: Libraries",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.9"
3737
dependencies = [
3838
"itk == 5.4.*",
3939
]

0 commit comments

Comments
 (0)