From: Damien <81557462+Damien-Chen@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:09:27 +0000 (+0800) Subject: gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568) X-Git-Tag: v3.14.0a1~908 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57f8a9f76e75384ec997686c2a826b1dc3c69c4;p=thirdparty%2FPython%2Fcpython.git gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568) --- diff --git a/.readthedocs.yml b/.readthedocs.yml index d0d0c3b93ed2..a57de00544e4 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"