Skip to content

Commit

Permalink
limiting testing to 3.10 and 3.11, since torch not yet available on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 26, 2023
1 parent 7ec1f48 commit e5f2f84
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 @@ -40,7 +40,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e5f2f84

Please sign in to comment.