File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 60
60
- name : Set up Python
61
61
uses : actions/setup-python@v5
62
62
with :
63
- python-version : " 3.11 "
63
+ python-version : " 3.13 "
64
64
cache : " pip"
65
65
cache-dependency-path : " requirements.txt"
66
66
Original file line number Diff line number Diff line change 29
29
- name : Set up Python
30
30
uses : actions/setup-python@v5
31
31
with :
32
- python-version : " 3.11 "
32
+ python-version : " 3.13 "
33
33
cache : ' pip'
34
34
cache-dependency-path : ' requirements.txt'
35
35
Original file line number Diff line number Diff line change 53
53
- name : Set up Python
54
54
uses : actions/setup-python@v5
55
55
with :
56
- python-version : " 3.11 "
56
+ python-version : " 3.13 "
57
57
cache : " pip"
58
58
cache-dependency-path : " requirements.txt"
59
59
Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ need:
134
134
135
135
python -m pip install --user nox
136
136
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.
138
138
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.
140
140
141
141
To build the guide, run the following shell command in the project's root folder:
142
142
You can’t perform that action at this time.
0 commit comments