We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 753f249 + daca0f3 commit 203260bCopy full SHA for 203260b
2 files changed
.github/workflows/apply-clang-format.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
14
with:
15
github-token: ${{ secrets.GITHUB_TOKEN }}
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
"Topic :: Scientific/Engineering :: Medical Science Apps.",
35
"Topic :: Software Development :: Libraries",
36
]
37
-requires-python = ">=3.9"
+requires-python = ">=3.10"
38
dependencies = [
39
"itk == 5.4.*",
40
0 commit comments