From 3051c6bb72f0d34fdf4109830340b0449f2d45ed Mon Sep 17 00:00:00 2001 From: Jeongseok Kang Date: Mon, 9 Sep 2024 09:43:34 +0900 Subject: [PATCH] ci: Upgrade `readthedocs` build environment to Python 3.12 (#2814) --- .readthedocs.yml => .readthedocs.yaml | 4 ++-- changes/2814.misc.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (96%) create mode 100644 changes/2814.misc.md diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 96% rename from .readthedocs.yml rename to .readthedocs.yaml index 253db059b39..0a6934d053e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.11" + python: "3.12" jobs: post_checkout: # Skip building the documentation if there are no changes in the docs/ directory diff --git a/changes/2814.misc.md b/changes/2814.misc.md new file mode 100644 index 00000000000..d980c56dbca --- /dev/null +++ b/changes/2814.misc.md @@ -0,0 +1 @@ +Upgrade `readthedocs` build environment to Python 3.12