Skip to content

Commit

Permalink
No test on 3.13 because scikit-image 0.25 is not yet released
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 7, 2024
1 parent a847f7c commit f71dcc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f71dcc4

Please sign in to comment.