Skip to content

Commit

Permalink
Merge pull request #68 from SpiNNakerManchester/python3.11
Browse files Browse the repository at this point in the history
Merged approved via Skype
  • Loading branch information
Christian-B committed Dec 1, 2022
2 parents 121ce45 + 0b31766 commit e37f2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,4 +21,3 @@ pytest-cov
pytest-timeout
flake8
mock
rig
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e37f2f1

Please sign in to comment.