From 345e4dada12ffbeb72bf801e652ef6d7746d39a5 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 2 Apr 2026 20:27:01 -0500 Subject: [PATCH 1/2] COMP: Update actions/checkout to v5 --- .github/workflows/apply-clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-clang-format.yml b/.github/workflows/apply-clang-format.yml index 254eecd..79b305d 100644 --- a/.github/workflows/apply-clang-format.yml +++ b/.github/workflows/apply-clang-format.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master with: github-token: ${{ secrets.GITHUB_TOKEN }} From daca0f399dbeaca74f5e2a54c151ade2e34b7153 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 2 Apr 2026 20:27:01 -0500 Subject: [PATCH 2/2] COMP: Update minimum Python version to 3.10+ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e130721..aeae2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Software Development :: Libraries", ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "itk == 5.4.*", ]