Change python 3.12 to 3.10 in readthedocs config

This commit is contained in:
Cosmin Ciocan
2024-01-12 15:14:44 +01:00
parent 1ca949d803
commit 5bfd81a553
+1 -1
View File
@@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"