Skip to content

Commit 39003c8

Browse files
authored
Pin Readthedocs to Python 3.13 (#2899)
1 parent 3ddf36c commit 39003c8

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
@@ -15,7 +15,7 @@ formats:
1515
build:
1616
os: ubuntu-lts-latest
1717
tools:
18-
python: latest
18+
python: "3.13" # 3.14 (latest) is blocked by an upstream Solara issue: https://github.com/widgetti/solara/issues/1107
1919

2020
# Optionally set the version of Python and requirements required to build your docs
2121
python:

0 commit comments

Comments
 (0)