Skip to content

Commit

Permalink
build: Update to build with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 1, 2024
1 parent 8ffd22e commit 10ff190
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion en_us/contribute/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/course_authors/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/course_catalog_api_user_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/data/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/developers/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/discovery_api/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/edx_style_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/enterprise_api/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/install_operations/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/landing_page/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/olx/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_course_authors/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_release_notes/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_students/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/shared/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/students_redirect/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion en_us/xblock-tutorial/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down

0 comments on commit 10ff190

Please sign in to comment.