Skip to content

Commit

Permalink
Merge pull request #54 from BrainLesion/30-feature-request-support-ne…
Browse files Browse the repository at this point in the history
…wer-versions-than-python-310

30 feature request support newer versions than python 310
  • Loading branch information
neuronflow authored Sep 30, 2024
2 parents 3bfd07c + 98d8c6e commit 50440c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"] #TODO add 3.11 support (for 3.12 torch is not available yet)

python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 50440c3

Please sign in to comment.