From ed2022d7fce915a3eb2bd5ea986ba7eeb4626687 Mon Sep 17 00:00:00 2001 From: JamesGibo <22477854+JamesGibo@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:24:36 +0100 Subject: [PATCH] Bump CI python version to 3.9 --- .github/workflows/check-sphinx-and-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-sphinx-and-links.yml b/.github/workflows/check-sphinx-and-links.yml index 36a12b9c..82296302 100644 --- a/.github/workflows/check-sphinx-and-links.yml +++ b/.github/workflows/check-sphinx-and-links.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4.7.0 with: - python-version: 3.8 + python-version: 3.9 - name: "Install prerequisites" run: |