Skip to content

Commit c3a7842

Browse files
author
FirstUnicorn
committed
fix(docs): pin RTD python to 3.10 (matches pyproject.toml minimum), bump OS to ubuntu-24.04
1 parent 112fb18 commit c3a7842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.11"
6+
python: "3.10"
77

88
sphinx:
99
configuration: docs/conf.py

0 commit comments

Comments
 (0)