Skip to content

Commit 500d745

Browse files
committed
Update Python and JAX versions in CI workflow
1 parent 1e1ae50 commit 500d745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ['3.10', '3.11', '3.12', '3.13']
27-
jax-version: ['0.5.3', '0.6.0', '0.6.1', '0.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', 'nightly']
26+
python-version: ['3.10', '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', 'nightly']
2828

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

0 commit comments

Comments
 (0)