From efc16c1615b7cdc92ebf88a6507ab2cb8b1b0537 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 2 Jan 2024 10:12:26 +0000 Subject: [PATCH] single tests on 3.12 --- .github/workflows/python_actions.yml | 4 ++-- doc/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index d413e5e5d..35ede4583 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -55,7 +55,7 @@ jobs: uses: ./support/actions/pytest with: tests: unittests - coverage: ${{ matrix.python-version == 3.8 }} + coverage: ${{ matrix.python-version == 3.12 }} cover-packages: spinnman coveralls-token: ${{ secrets.GITHUB_TOKEN }} @@ -74,7 +74,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python-version: ["3.8"] + python-version: [3.12] steps: - name: Set up Python ${{ matrix.python-version }} diff --git a/doc/source/conf.py b/doc/source/conf.py index 0da78ccf5..107cb8cb8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ spinnaker_doc_version = "latest" intersphinx_mapping = { - 'python': ('https://docs.python.org/3.8', None), + 'python': ('https://docs.python.org/3.12', None), 'spinn_utilities': ( f'https://spinnutils.readthedocs.io/en/{spinnaker_doc_version}/', None),