File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Set up Python
29
29
uses : actions/setup-python@v4
30
30
with :
31
- python-version : 3.9
31
+ python-version : " 3.11 "
32
32
cache : ' pip'
33
33
cache-dependency-path : ' requirements.txt'
34
34
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ need:
131
131
132
132
python -m pip install --user nox
133
133
134
- 2. Python 3.8 . Our build scripts are usually tested with Python 3.8 only.
134
+ 2. Python 3.11 . Our build scripts are usually tested with Python 3.11 only.
135
135
See the :doc: `Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation >`
136
- to install Python 3.8 on your operating system.
136
+ to install Python 3.11 on your operating system.
137
137
138
138
To build the guide, run the following shell command in the project's root folder:
139
139
You can’t perform that action at this time.
0 commit comments