Skip to content

Commit

Permalink
Merge pull request #1291 from miketheman/miketheman/consistent-python
Browse files Browse the repository at this point in the history
chore: update python versions used
  • Loading branch information
webknjaz authored Sep 7, 2023
2 parents c133e39 + 8f959b0 commit 68115b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.11"
cache: 'pip'
cache-dependency-path: 'requirements.txt'

Expand Down
4 changes: 2 additions & 2 deletions source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ need:
python -m pip install --user nox
2. Python 3.8. Our build scripts are usually tested with Python 3.8 only.
2. Python 3.11. Our build scripts are usually tested with Python 3.11 only.
See the :doc:`Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation>`
to install Python 3.8 on your operating system.
to install Python 3.11 on your operating system.

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

Expand Down

0 comments on commit 68115b5

Please sign in to comment.