From 62a8c02d370437448e865d164e26ff522ca37e63 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 22 Sep 2022 14:44:31 +0100 Subject: [PATCH 1/3] remove rig from test requirements --- requirements-test.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 043835df3..05adc005d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 The University of Manchester +# Copyright (c) 2016-2022 The University of Manchester # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,4 +21,3 @@ pytest-cov pytest-timeout flake8 mock -rig From 7349438f8a48e10d8b9bc0a3bc470f202c80a650 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 30 Nov 2022 14:31:10 +0000 Subject: [PATCH 2/3] test python 3.11 --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 0a7b29cc7..0a1a0c60a 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] steps: - name: Set up Python ${{ matrix.python-version }} From 0b31766e4a38990a7c0f3afab9cf861d482e7ae7 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 30 Nov 2022 14:34:47 +0000 Subject: [PATCH 3/3] rig warning --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 21b150640..ba4bba203 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ }, # Booting directly needs rig; not recommended! Use SpiNNMan instead, as # that has an up-to-date boot image pre-built + # Note rig does not work with python 3.11 and there are NO plans to fix it extras_require={ 'boot': [ 'rig',