Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Nov 27, 2022
1 parent 0d8dea2 commit 21c4611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3] # 3 == 3.10 currently.
python-version: [3.7, 3.8, 3.9, 3.10] # 3 == 3.11 currently.
JAX_ENABLE_X64: [0, 1]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 21c4611

Please sign in to comment.