Skip to content

Commit 38b8d0e

Browse files
committed
chore: python 3.12 -> 3.10
1 parent dbbe893 commit 38b8d0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ jobs:
1818
include:
1919
- version: "1.10.3"
2020
source: "tags"
21-
python: "3.12"
21+
python: "3.10"
2222
sphinx: "4.5.0"
2323
mermaid: "0.7.1"
2424
jinja: "3.1.1"
2525
mermaid_fix: "true"
2626
- version: "master"
2727
source: "heads"
28-
python: "3.12"
28+
python: "3.10"
2929
sphinx: "4.5.0"
3030
mermaid: "0.7.1"
3131
jinja: "3.1.1"
3232
mermaid_fix: "true"
3333
- version: "maintenance"
3434
source: "heads"
35-
python: "3.12"
35+
python: "3.10"
3636
sphinx: "4.5.0"
3737
mermaid: "0.7.1"
3838
jinja: "3.1.1"
3939
mermaid_fix: "true"
4040
- version: "devel"
4141
source: "heads"
42-
python: "3.12"
42+
python: "3.10"
4343
sphinx: "4.5.0"
4444
mermaid: "0.7.1"
4545
jinja: "3.1.1"

0 commit comments

Comments
 (0)