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