https://github.com/python/cpython/commit/d57f8a9f76e75384ec997686c2a826b1dc3c69c4
commit: d57f8a9f76e75384ec997686c2a826b1dc3c69c4
branch: main
author: Damien <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-02T09:09:27+03:00
summary:

gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568)

files:
M .readthedocs.yml

diff --git a/.readthedocs.yml b/.readthedocs.yml
index d0d0c3b93ed207..a57de00544e4e3 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"
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to