diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 5aa2112..f292899 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -9,7 +9,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + # 2024/11/07: 3.13 will have to be added when scikit-image 0.25 is available + python-version: ["3.10", "3.11", "3.12"] steps: - name: Install apt packages