Skip to content

Commit ab86ac6

Browse files
authored
Merge pull request #104 from InsightSoftwareConsortium/update-pyproject-and-workflows
2 parents 2130dbd + 28fec93 commit ab86ac6

File tree

2 files changed

+5
-5
lines changed

2 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.3
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.3
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

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-ioscanco"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "An ITK module to read and write Scanco microCT .isq files."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3535
"Topic :: Software Development :: Libraries",
3636
]
37-
requires-python = ">=3.8"
37+
requires-python = ">=3.9"
3838
dependencies = [
3939
"itk-io == 5.4.*",
4040
]
@@ -47,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKIOScanco"
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.3"
50+
cmake.version = ">=3.22.1"
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)