File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 cxx-build-workflow :
15- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
15+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
1616
1717 python-build-workflow :
18- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
18+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1919 secrets :
2020 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-higherorderaccurategradient"
7- version = " 1.3.0 "
7+ version = " 1.3.1 "
88description = " itk-higherorderaccurategradient provides higher order "
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -13,6 +13,7 @@ authors = [
1313]
1414keywords = [
1515 " itk" ,
16+ " InsightToolkit" ,
1617]
1718classifiers = [
1819 " Development Status :: 4 - Beta" ,
@@ -33,7 +34,7 @@ classifiers = [
3334 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3435 " Topic :: Software Development :: Libraries" ,
3536]
36- requires-python = " >=3.8 "
37+ requires-python = " >=3.9 "
3738dependencies = [
3839 " itk == 5.4.*" ,
3940]
@@ -46,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateG
4647# The versions of CMake to allow. If CMake is not present on the system or does
4748# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4849# string will disable this check.
49- cmake.version = " >=3.16.3 "
50+ cmake.version = " >=3.22.1 "
5051
5152# A list of args to pass to CMake when configuring the project. Setting this in
5253# config or envvar will override toml. See also ``cmake.define``.
You can’t perform that action at this time.
0 commit comments