From 776b5204c4ccebab427c0bae907d30319df8ff02 Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Thu, 27 Nov 2025 15:45:55 +0100 Subject: [PATCH] - remove python 3.14 test as SimpleITK-SimpleElastix is not yet available --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6add2ce..f9ba903 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4