Skip to content

Commit 12e8cfb

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 9aafc48 commit 12e8cfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 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-montage"
7-
version = "0.8.4"
7+
version = "0.8.5"
88
description = "Montaging for microscopy imaging files."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -14,6 +14,7 @@ authors = [
1414
]
1515
keywords = [
1616
"itk",
17+
"InsightToolkit",
1718
]
1819
classifiers = [
1920
"Development Status :: 4 - Beta",
@@ -50,7 +51,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMontage"
5051
# The versions of CMake to allow. If CMake is not present on the system or does
5152
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5253
# string will disable this check.
53-
cmake.version = ">=3.16.3"
54+
cmake.version = ">=3.22.1"
5455

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

0 commit comments

Comments
 (0)