Skip to content

Commit 526d6c1

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 47d8001 commit 526d6c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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
python-build-workflow:
9-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
9+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1010
secrets:
1111
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

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

55
[project]
66
name = "itk-simpleitkfilters"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "This module contains a collension of ITK Filters used by SimpleITK. These filter are usefull to SimpleITK in that they may wrap existing ITK filters with an interface expected by SimpleITK, or may add important basic filters needed for completeness."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{ name = "SimpleITK", email = "[email protected]" },
1313
]
1414
keywords = [
15-
"ITK",
15+
"itk",
1616
"InsightToolkit",
1717
]
1818
classifiers = [
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3535
"Topic :: Software Development :: Libraries",
3636
]
37-
requires-python = ">=3.8"
37+
requires-python = ">=3.9"
3838
dependencies = [
3939
"itk~=5.4.0",
4040
]
@@ -47,7 +47,7 @@ Homepage = "https://itk.org/"
4747
# The versions of CMake to allow. If CMake is not present on the system or does
4848
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4949
# string will disable this check.
50-
cmake.version = ">=3.16.3"
50+
cmake.version = ">=3.22.1"
5151

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

0 commit comments

Comments
 (0)