We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494dc6c commit e2674c1Copy full SHA for e2674c1
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.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', '0.8.2', 'nightly']
+ jax-version: ['0.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', '0.8.2', '0.9.0', 'nightly']
28
29
exclude:
30
- python-version: '3.14'
0 commit comments