Skip to content

Commit 7b38494

Browse files
committed
ENH: Update pyproject.toml for ITK 5.4.2
In preparation for release. Ensure that cmake is 3.16.3 or greater to match v5.4.2 minimum requirements. Set minimum python to 3.9 Increment version number.
1 parent 4545405 commit 7b38494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
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"
50+
cmake.version = ">=3.16.3"
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)