Skip to content

Commit

Permalink
only test python 3.8, 3.9 due to lack of pyradiomics pre-built wheels…
Browse files Browse the repository at this point in the history
… for more recent python versions
  • Loading branch information
lkeegan committed Dec 17, 2024
1 parent 0e261d2 commit a837224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9"]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} :: pypi :: ${{ matrix.python-version }}"
steps:
Expand Down

0 comments on commit a837224

Please sign in to comment.