From 1f6ff1695a03bc9fcdf38c5b17e824734326c08b Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Tue, 11 Nov 2025 17:06:23 -0600 Subject: [PATCH] COMP: Update RemoteModulePackageAction and Python 3.9+ Update github actions to v5.4.4 and package management for python 3.9 --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0d6223..a169b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-meshtopolydata" -version = "0.11.1" +version = "0.11.2" description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData." readme = "README.rst" license = {file = "LICENSE"} @@ -13,6 +13,7 @@ authors = [ ] keywords = [ "itk", + "InsightToolkit", ] classifiers = [ "Development Status :: 4 - Beta", @@ -47,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData" # The versions of CMake to allow. If CMake is not present on the system or does # not pass this specifier, it will be downloaded via PyPI if possible. An empty # string will disable this check. -cmake.version = ">=3.16" +cmake.version = ">=3.22.1" # A list of args to pass to CMake when configuring the project. Setting this in # config or envvar will override toml. See also ``cmake.define``. @@ -102,7 +103,7 @@ editable.mode = "redirect" # set. editable.rebuild = false -# If set, this will provide a method for backward compatibility. +# If set, this will provide a method for scikit-build-core backward compatibility. minimum-version = "0.8.2" # The build directory. Defaults to a temporary directory, but can be set.