Skip to content

Commit dbbe893

Browse files
committed
chore: update builds to python 3.12
1 parent df31f29 commit dbbe893

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.7"
21+
python: "3.12"
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.7"
28+
python: "3.12"
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.7"
35+
python: "3.12"
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.7"
42+
python: "3.12"
4343
sphinx: "4.5.0"
4444
mermaid: "0.7.1"
4545
jinja: "3.1.1"

0 commit comments

Comments
 (0)