Skip to content

Commit

Permalink
chore: python 3.12 -> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 20, 2024
1 parent dbbe893 commit 38b8d0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ jobs:
include:
- version: "1.10.3"
source: "tags"
python: "3.12"
python: "3.10"
sphinx: "4.5.0"
mermaid: "0.7.1"
jinja: "3.1.1"
mermaid_fix: "true"
- version: "master"
source: "heads"
python: "3.12"
python: "3.10"
sphinx: "4.5.0"
mermaid: "0.7.1"
jinja: "3.1.1"
mermaid_fix: "true"
- version: "maintenance"
source: "heads"
python: "3.12"
python: "3.10"
sphinx: "4.5.0"
mermaid: "0.7.1"
jinja: "3.1.1"
mermaid_fix: "true"
- version: "devel"
source: "heads"
python: "3.12"
python: "3.10"
sphinx: "4.5.0"
mermaid: "0.7.1"
jinja: "3.1.1"
Expand Down

0 comments on commit 38b8d0e

Please sign in to comment.