Skip to content

Commit

Permalink
decreasing python version for tests to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Nov 19, 2024
1 parent b829177 commit 79676ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
python-version: [ "3.8", "3.x" ]
python-version: [ "3.8", "3.12" ] # no 3.13 torch wheel on pip for macos
exclude:
- os: macos-latest
python-version: "pypy3.9"
Expand Down

0 comments on commit 79676ec

Please sign in to comment.