Skip to content

Commit d131cde

Browse files
committed
CI: Fix RTD builds by downgrading to Python 3.12
Rapporto now needs Pendulum through Aika 0.2, but it has no binary wheels available for Python 3.13, yet.
1 parent f4aec45 commit d131cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: "ubuntu-24.04"
88
tools:
9-
python: "3.13"
9+
python: "3.12"
1010

1111
jobs:
1212

0 commit comments

Comments
 (0)