File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Set up Python
2929 uses : actions/setup-python@v4
3030 with :
31- python-version : 3.9
31+ python-version : " 3.11 "
3232 cache : ' pip'
3333 cache-dependency-path : ' requirements.txt'
3434
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ need:
131131
132132 python -m pip install --user nox
133133
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.
135135 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.
137137
138138To build the guide, run the following shell command in the project's root folder:
139139
You can’t perform that action at this time.
0 commit comments