Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Commit 7670dfd

Browse files
authored
Merge pull request #107 from InsightSoftwareConsortium/update-ci-best-practices
COMP: Update CI best practices and Python 3.10+
2 parents 54e259e + 9451457 commit 7670dfd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.6
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.6
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Topic :: Scientific/Engineering :: Medical Science Apps.",
4040
"Topic :: Software Development :: Libraries",
4141
]
42-
requires-python = ">=3.9"
42+
requires-python = ">=3.10"
4343
dependencies = [
4444
"itk == 5.4.*",
4545
]

0 commit comments

Comments
 (0)