Skip to content

Commit

Permalink
Merge pull request #67 from SpiNNakerManchester/remove_3.6
Browse files Browse the repository at this point in the history
Remove 3.6
  • Loading branch information
rowleya committed Nov 24, 2022
2 parents b380c88 + 1c25ba7 commit 121ce45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"Operating System :: MacOS",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
keywords="spinnaker allocation packing management supercomputer",

Expand Down

0 comments on commit 121ce45

Please sign in to comment.