From 8f959b0661d170a7bc243731d6477d9f1539436d Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 4 Sep 2023 10:36:13 -0400 Subject: [PATCH] chore: update python versions used Updated in different places at different times. Make consistent for now. Refs: https://github.com/pypa/packaging.python.org/pull/820/commits/675acbb5eb3f9ebfa954bf603ecdc3d24b202533 Refs: https://github.com/pypa/packaging.python.org/pull/1247/commits/90a1d075646846a3a56dbbc0164ec7efaf729d5b Signed-off-by: Mike Fiedler --- .github/workflows/test.yml | 2 +- source/contribute.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5095d774..5da04a342 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' diff --git a/source/contribute.rst b/source/contribute.rst index 0c538aaec..0dbdc1adc 100644 --- a/source/contribute.rst +++ b/source/contribute.rst @@ -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 ` - 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: