Skip to content

Commit 1f6ff16

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 69e7a7e commit 1f6ff16

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 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-meshtopolydata"
7-
version = "0.11.1"
7+
version = "0.11.2"
88
description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -13,6 +13,7 @@ authors = [
1313
]
1414
keywords = [
1515
"itk",
16+
"InsightToolkit",
1617
]
1718
classifiers = [
1819
"Development Status :: 4 - Beta",
@@ -47,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
4748
# The versions of CMake to allow. If CMake is not present on the system or does
4849
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4950
# string will disable this check.
50-
cmake.version = ">=3.16"
51+
cmake.version = ">=3.22.1"
5152

5253
# A list of args to pass to CMake when configuring the project. Setting this in
5354
# config or envvar will override toml. See also ``cmake.define``.
@@ -102,7 +103,7 @@ editable.mode = "redirect"
102103
# set.
103104
editable.rebuild = false
104105

105-
# If set, this will provide a method for backward compatibility.
106+
# If set, this will provide a method for scikit-build-core backward compatibility.
106107
minimum-version = "0.8.2"
107108

108109
# The build directory. Defaults to a temporary directory, but can be set.

0 commit comments

Comments
 (0)