Skip to content

Commit 203260b

Browse files
authored
Merge pull request #68 from InsightSoftwareConsortium/update-ci-best-practices
2 parents 753f249 + daca0f3 commit 203260b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

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

0 commit comments

Comments
 (0)