Skip to content

Commit ee216bb

Browse files
[doc] Upgrade Read the Docs build image to Ubuntu 24.04/Python 3.13 (#10945)
Ubuntu 20.04 is being deprecated by Read the Docs (June 2026), might as well upgrade this one to a more modern Ubuntu and a faster python.
1 parent f12dfe1 commit ee216bb

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
@@ -11,9 +11,9 @@ python:
1111
- requirements: doc/readthedoc_requirements.txt
1212

1313
build:
14-
os: ubuntu-22.04
14+
os: ubuntu-26.04
1515
tools:
16-
python: "3.11"
16+
python: "3.14"
1717
jobs:
1818
pre_build:
1919
- towncrier build --yes --date TBA

0 commit comments

Comments
 (0)