We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b577f39 commit a8a0abfCopy full SHA for a8a0abf
1 file changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
python-version: ['3.11', '3.12', '3.13', '3.14']
27
- jax-version: ['0.8.0', '0.8.1', '0.8.2', '0.9.0', '0.9.1', '0.9.2', 'nightly']
+ jax-version: ['0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.9.0', '0.9.1', '0.9.2', 'nightly']
28
29
runs-on: ubuntu-latest
30
timeout-minutes: 30
0 commit comments