Skip to content

Commit

Permalink
ci: update python to use 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Dec 19, 2024
1 parent 5a5ff3e commit 260ee51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
cache: "pip"
cache-dependency-path: "requirements.txt"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
cache: "pip"
cache-dependency-path: "requirements.txt"

Expand Down
4 changes: 2 additions & 2 deletions source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ need:
python -m pip install --user nox
2. Python 3.11. Our build scripts are usually tested with Python 3.11 only.
2. Python 3.13. Our build scripts are usually tested with Python 3.11 only.
See the :doc:`Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation>`
to install Python 3.11 on your operating system.
to install Python 3.13 on your operating system.

To build the guide, run the following shell command in the project's root folder:

Expand Down

0 comments on commit 260ee51

Please sign in to comment.