https://github.com/python/cpython/commit/757bcfd6a661aa65d062b1873397c4268cb3d3cd commit: 757bcfd6a661aa65d062b1873397c4268cb3d3cd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-08-02T09:45:14+03:00 summary:
[3.12] gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (GH-122568) (#122594) Co-authored-by: Damien <[email protected]> files: M .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml index 16eb5cd4ed9899..250d7ea02338d8 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]
