Skip to content

Commit 956dd21

Browse files
hjmjohnsondzenanz
authored andcommitted
ENH: Update pyproject.toml for ITK 5.4.4
Increment version number in preparation for release. Set minimum python to 3.9.
1 parent 0d19ea7 commit 956dd21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

.github/workflows/clang-format-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111

1212
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
1313
with:
14-
itk-branch: master
14+
itk-branch: main

pyproject.toml

Lines changed: 2 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-fpfh"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "The feature points could be used obtain salient points while performing registration using RANSAC remote module. The class PointFeature is the main driver that takes a PointSet as argument. Please refer to the documentation for a detailed description and sample usage: https://github.com/InsightSoftwareConsortium/ITKFPFH"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3434
"Topic :: Software Development :: Libraries",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.9"
3737
dependencies = [
3838
"itk == 5.4.*",
3939
]

0 commit comments

Comments
 (0)