Skip to content

Commit e2674c1

Browse files
authored
Add JAX 0.9.0 to the unittest matrix (#166)
1 parent 494dc6c commit e2674c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
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']
27+
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']
2828

2929
exclude:
3030
- python-version: '3.14'

0 commit comments

Comments
 (0)