Skip to content

Commit 1965bc4

Browse files
committed
[CI][Fix] Change the python version in .readthedocs.yml to solve the error: "Building wheel for cvxopt (pyproject.toml) did not run successfully."
1 parent 2971932 commit 1965bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.12"
11+
python: "3.8"
1212
# You can also specify other tool versions:
1313
# nodejs: "20"
1414
# rust: "1.70"

0 commit comments

Comments
 (0)