Skip to content

Commit 5c5fecf

Browse files
authored
Merge pull request #47 from InsightSoftwareConsortium/update-pyproject-and-workflows
COMP: Update RemoteModulePackageAction and Python 3.9+
2 parents 2d9c769 + d76d775 commit 5c5fecf

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

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

1010
python-build-workflow:
11-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].4
1212
with:
1313
test-notebooks: false
1414
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-subdivisionquadedgemeshfilter"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "ITK classes for triangle mesh subdivision"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -49,7 +49,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKSubdivisionQuadEdgeM
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)