From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:45:14 +0000 (+0200) Subject: [3.12] gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (GH-122568)... X-Git-Tag: v3.12.5~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=757bcfd6a661aa65d062b1873397c4268cb3d3cd;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (GH-122568) (#122594) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com> --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 16eb5cd4ed98..250d7ea02338 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ sphinx: configuration: Doc/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3"