Skip to content

Commit

Permalink
add python 3.10 and torch 2.1.0 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Oct 25, 2023
1 parent 43449e0 commit 8936dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
torch: [1.12.0, 1.13.0, 2.0.0]
python-version: [3.8, 3.9, 3.10]
torch: [1.13.0, 2.0.0, 2.1.0]
#include:
# - torch: 1.6.0
# torchvision: 0.7.0
Expand Down

0 comments on commit 8936dfe

Please sign in to comment.