Skip to content

Commit 0aa8b53

Browse files
committed
COMP: Update RemoteModulePackageAction and Python 3.9+
Update github actions to v5.4.4 and package management for python 3.9
1 parent 37bdd96 commit 0aa8b53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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
with:
99
itk-cmake-options: '-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_IO:BOOL=ON'
1010

1111
python-build-workflow:
12-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
12+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1313
secrets:
1414
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 3 additions & 3 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-iomgh"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "An ITK module to support input and output of the MGH file format,"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3737
"Topic :: Software Development :: Libraries",
3838
]
39-
requires-python = ">=3.8"
39+
requires-python = ">=3.9"
4040
dependencies = [
4141
"itk == 5.4.*",
4242
]
@@ -49,7 +49,7 @@ Homepage = "https://github.com/Slicer/itkMGHImageIO.git"
4949
# The versions of CMake to allow. If CMake is not present on the system or does
5050
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5151
# string will disable this check.
52-
cmake.version = ">=3.16.3"
52+
cmake.version = ">=3.22.1"
5353

5454
# A list of args to pass to CMake when configuring the project. Setting this in
5555
# config or envvar will override toml. See also ``cmake.define``.

0 commit comments

Comments
 (0)