Skip to content

Commit b15d79d

Browse files
committed
COMP: Update RemoteModulePackageAction and Python 3.10+
Update github actions to v5.4.4 and package management for python 3.10
1 parent 4a60dc7 commit b15d79d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 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-isotropicwavelets"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
description = "Steerable Wavelet Pyramid with Isotropic Wavelets and Riesz Functions"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3939
"Topic :: Software Development :: Libraries",
4040
]
41-
requires-python = ">=3.9"
41+
requires-python = ">=3.10"
4242
dependencies = [
4343
"itk == 5.4.*",
4444
]
@@ -51,7 +51,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets"
5151
# The versions of CMake to allow. If CMake is not present on the system or does
5252
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5353
# string will disable this check.
54-
cmake.version = ">=3.16.3"
54+
cmake.version = ">=3.22.1"
5555

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

0 commit comments

Comments
 (0)