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

Commit a9aeab7

Browse files
authored
Merge pull request #55 from InsightSoftwareConsortium/update-ci-best-practices
COMP: Update CI best practices and Python 3.10+
2 parents 5850a0f + 25856a9 commit a9aeab7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

1212
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1313
with:
14-
itk-branch: master
15-
error-message: "Remote module code is inconsistent with ITK Coding Style as of 20241205."
14+
itk-branch: main

pyproject.toml

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

0 commit comments

Comments
 (0)