Skip to content

Commit 6eccd48

Browse files
authored
ci: use 1.11 and prevent python 3.14 for now (#1738)
1 parent 19820c4 commit 6eccd48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/Documenter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838
- uses: julia-actions/setup-julia@v2
3939
with:
40-
version: "1"
40+
version: "1.11"
4141
- uses: julia-actions/cache@v2
4242
- name: Instantiate docs environment
4343
shell: julia --color=yes --project=docs {0}

CondaPkg.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[deps]
2+
python = "<=3.13,>=3.9,<4"
3+
14
[pip.deps]
25
jax = ">= 0.6"
36
tensorflow = ">= 2.17"

0 commit comments

Comments
 (0)