fix(docs): pin python to 3.11 (#1197)
This commit is contained in:
parent
f0df13774d
commit
763da8e0ac
|
|
@ -7,7 +7,7 @@ mkdocs:
|
|||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.12"
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue