Skip to content

Commit

Permalink
Fix Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed May 3, 2024
1 parent f20a1e3 commit c9c23df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
max-parallel: 8
matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
os: [macos-13, windows-latest, ubuntu-latest]
include:
- pytorch-version: 1.4.0
- pytorch-version: 1.7.1
python-version: 3.9
- pytorch-version: 1.11.0
python-version: 3.10
python-version: '3.10'
- pytorch-version: 1.13.0
python-version: 3.11
- pytorch-version: 2.2.0
Expand Down

0 comments on commit c9c23df

Please sign in to comment.