Skip to content

Commit e32db3f

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 b402f37 commit e32db3f

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

66
jobs:
77
cxx-build-workflow:
8-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
8+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
99

1010
python-build-workflow:
11-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1212
with:
1313
test-notebooks: false
1414
secrets:

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-fixedpointinversedisplacementfield"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Takes a displacement field as input and computes the displacement field that is its inverse."
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
]
@@ -48,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDis
4848
# The versions of CMake to allow. If CMake is not present on the system or does
4949
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5050
# string will disable this check.
51-
cmake.version = ">=3.16.3"
51+
cmake.version = ">=3.22.1"
5252

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

0 commit comments

Comments
 (0)