From 10ff190db1b73c17a13e178a0377857e7b262cb6 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 1 Aug 2024 13:22:11 -0400 Subject: [PATCH] build: Update to build with python 3.12 --- .github/workflows/build.yml | 2 +- en_us/contribute/.readthedocs.yaml | 2 +- en_us/course_authors/.readthedocs.yaml | 2 +- en_us/course_catalog_api_user_guide/.readthedocs.yaml | 2 +- en_us/data/.readthedocs.yaml | 2 +- en_us/developers/.readthedocs.yaml | 2 +- en_us/discovery_api/.readthedocs.yaml | 2 +- en_us/edx_style_guide/.readthedocs.yaml | 2 +- en_us/enterprise_api/.readthedocs.yaml | 2 +- en_us/install_operations/.readthedocs.yaml | 2 +- en_us/landing_page/.readthedocs.yaml | 2 +- en_us/olx/.readthedocs.yaml | 2 +- en_us/open_edx_course_authors/.readthedocs.yaml | 2 +- en_us/open_edx_release_notes/.readthedocs.yaml | 2 +- en_us/open_edx_students/.readthedocs.yaml | 2 +- en_us/shared/.readthedocs.yaml | 2 +- en_us/students_redirect/.readthedocs.yaml | 2 +- en_us/xblock-tutorial/.readthedocs.yaml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25f797eae9..a182b3605c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: "Set up Python" uses: "actions/setup-python@v2" with: - python-version: "3.8" + python-version: "3.12" - name: "Install Graphviz" uses: "kamiazya/setup-graphviz@v1" diff --git a/en_us/contribute/.readthedocs.yaml b/en_us/contribute/.readthedocs.yaml index f67600e964..194a11adb0 100644 --- a/en_us/contribute/.readthedocs.yaml +++ b/en_us/contribute/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/course_authors/.readthedocs.yaml b/en_us/course_authors/.readthedocs.yaml index 8c314ce47a..e97fea6d94 100644 --- a/en_us/course_authors/.readthedocs.yaml +++ b/en_us/course_authors/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/course_catalog_api_user_guide/.readthedocs.yaml b/en_us/course_catalog_api_user_guide/.readthedocs.yaml index 16f4f65e83..837b41cf81 100644 --- a/en_us/course_catalog_api_user_guide/.readthedocs.yaml +++ b/en_us/course_catalog_api_user_guide/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/data/.readthedocs.yaml b/en_us/data/.readthedocs.yaml index 4522abd65b..a064ab3d3a 100644 --- a/en_us/data/.readthedocs.yaml +++ b/en_us/data/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/developers/.readthedocs.yaml b/en_us/developers/.readthedocs.yaml index 6d2f147b3e..9739be1ea6 100644 --- a/en_us/developers/.readthedocs.yaml +++ b/en_us/developers/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/discovery_api/.readthedocs.yaml b/en_us/discovery_api/.readthedocs.yaml index 0fb3beef79..034332b196 100644 --- a/en_us/discovery_api/.readthedocs.yaml +++ b/en_us/discovery_api/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/edx_style_guide/.readthedocs.yaml b/en_us/edx_style_guide/.readthedocs.yaml index c6c363f0c7..b41ca9f8a4 100644 --- a/en_us/edx_style_guide/.readthedocs.yaml +++ b/en_us/edx_style_guide/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/enterprise_api/.readthedocs.yaml b/en_us/enterprise_api/.readthedocs.yaml index 8d3a586496..8192d84910 100644 --- a/en_us/enterprise_api/.readthedocs.yaml +++ b/en_us/enterprise_api/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/install_operations/.readthedocs.yaml b/en_us/install_operations/.readthedocs.yaml index 3062c1690e..f63ddc3b1e 100644 --- a/en_us/install_operations/.readthedocs.yaml +++ b/en_us/install_operations/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/landing_page/.readthedocs.yaml b/en_us/landing_page/.readthedocs.yaml index 61491bc74a..f6acaae3da 100644 --- a/en_us/landing_page/.readthedocs.yaml +++ b/en_us/landing_page/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/olx/.readthedocs.yaml b/en_us/olx/.readthedocs.yaml index ef360999e2..96afb587c3 100644 --- a/en_us/olx/.readthedocs.yaml +++ b/en_us/olx/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/open_edx_course_authors/.readthedocs.yaml b/en_us/open_edx_course_authors/.readthedocs.yaml index ab479238cd..c868fae331 100644 --- a/en_us/open_edx_course_authors/.readthedocs.yaml +++ b/en_us/open_edx_course_authors/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/open_edx_release_notes/.readthedocs.yaml b/en_us/open_edx_release_notes/.readthedocs.yaml index 1a84ca588b..7c287dace9 100644 --- a/en_us/open_edx_release_notes/.readthedocs.yaml +++ b/en_us/open_edx_release_notes/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/open_edx_students/.readthedocs.yaml b/en_us/open_edx_students/.readthedocs.yaml index 8fb9bde7d3..bba5f2eedc 100644 --- a/en_us/open_edx_students/.readthedocs.yaml +++ b/en_us/open_edx_students/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/shared/.readthedocs.yaml b/en_us/shared/.readthedocs.yaml index 121cbca3f4..ff1eb8807f 100644 --- a/en_us/shared/.readthedocs.yaml +++ b/en_us/shared/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/students_redirect/.readthedocs.yaml b/en_us/students_redirect/.readthedocs.yaml index 9911b268a6..53f8c276e3 100644 --- a/en_us/students_redirect/.readthedocs.yaml +++ b/en_us/students_redirect/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: diff --git a/en_us/xblock-tutorial/.readthedocs.yaml b/en_us/xblock-tutorial/.readthedocs.yaml index 5eb6619a5c..48a09c6edc 100644 --- a/en_us/xblock-tutorial/.readthedocs.yaml +++ b/en_us/xblock-tutorial/.readthedocs.yaml @@ -13,7 +13,7 @@ sphinx: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" python: install: