Skip to content

Commit 60de0ce

Browse files
committed
ENH: Update packaging for ITK 5.4.4
Also bump Python package version and required Python to 3.9.
1 parent b976bf8 commit 60de0ce

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,10 +4,10 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1111
with:
1212
manylinux-platforms: '["_2_28-x64","2014-x64","_2_28-aarch64"]'
1313
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-ants"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
description = "Advanced Normalization Tools in WebAssembly"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -35,7 +35,7 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Topic :: Software Development :: Libraries",
3737
]
38-
requires-python = ">=3.8"
38+
requires-python = ">=3.9"
3939
dependencies = [
4040
"itk == 5.4.*"
4141
]

0 commit comments

Comments
 (0)