Skip to content

Commit be74fd1

Browse files
authored
docs: fix mkdocs stack (#226)
1 parent 11307c2 commit be74fd1

5 files changed

Lines changed: 409 additions & 1711 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
activate-environment: makim
3131
auto-update-conda: true
3232
conda-solver: libmamba
33-
python-version: "3.9"
33+
python-version: "3.10"
3434

3535
- name: Install deps
3636
run: |

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
python_version:
36-
- "3.9"
3736
- "3.10"
3837
- "3.11"
3938
- "3.12"
4039
- "3.13"
40+
- "3.14"
4141
os:
4242
- "ubuntu"
4343
- "macos"
@@ -186,7 +186,7 @@ jobs:
186186
activate-environment: makim
187187
auto-update-conda: true
188188
conda-solver: libmamba
189-
python-version: "3.9"
189+
python-version: "3.10"
190190

191191
- name: Install dependencies
192192
run: |

0 commit comments

Comments
 (0)