Skip to content

Commit

Permalink
Add testing for python 3.11/ 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Sep 30, 2024
1 parent 80abeb8 commit bb92958
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 bb92958

Please sign in to comment.