Skip to content

Commit 260ee51

Browse files
ci: update python to use 3.13
1 parent 5a5ff3e commit 260ee51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Python
6161
uses: actions/setup-python@v5
6262
with:
63-
python-version: "3.11"
63+
python-version: "3.13"
6464
cache: "pip"
6565
cache-dependency-path: "requirements.txt"
6666

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.13"
5757
cache: "pip"
5858
cache-dependency-path: "requirements.txt"
5959

source/contribute.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ need:
134134
135135
python -m pip install --user nox
136136
137-
2. Python 3.11. Our build scripts are usually tested with Python 3.11 only.
137+
2. Python 3.13. Our build scripts are usually tested with Python 3.11 only.
138138
See the :doc:`Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation>`
139-
to install Python 3.11 on your operating system.
139+
to install Python 3.13 on your operating system.
140140

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

0 commit comments

Comments
 (0)