Skip to content

Commit 68115b5

Browse files
authored
Merge pull request #1291 from miketheman/miketheman/consistent-python
chore: update python versions used
2 parents c133e39 + 8f959b0 commit 68115b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

source/contribute.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)