Skip to content

Commit 2e79e31

Browse files
authored
Update Python and JAX versions in CI workflow (#126)
1 parent 1e1ae50 commit 2e79e31

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,14 @@ 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.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', 'nightly']
2828

2929
exclude:
30-
- python-version: '3.10'
30+
- python-version: '3.14'
31+
jax-version: '0.6.2'
32+
- python-version: '3.14'
3133
jax-version: '0.7.0'
32-
- python-version: '3.10'
33-
jax-version: '0.7.1'
34-
- python-version: '3.10'
35-
jax-version: '0.7.2'
36-
- python-version: '3.10'
37-
jax-version: '0.8.0'
38-
- python-version: '3.10'
39-
jax-version: 'nightly'
4034
runs-on: ubuntu-latest
4135
timeout-minutes: 30
4236

0 commit comments

Comments
 (0)