Skip to content

Commit

Permalink
Merge pull request #54 from SpiNNakerManchester/test_3_9
Browse files Browse the repository at this point in the history
added 3.9 and rat 3.8
  • Loading branch information
dkfellows committed Feb 15, 2021
2 parents ad6e105 + 3c2dde8 commit 23612b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .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]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
tests: tests
options: --durations=10 --timeout=120
coverage: ${{ matrix.python-version == 3.6 }}
coverage: ${{ matrix.python-version == 3.8 }}
cover-packages: spalloc tests
coveralls-token: ${{ secrets.COVERALLS_REPO_TOKEN }}

Expand All @@ -67,10 +67,11 @@ jobs:
package: spalloc

- name: Run rat copyright enforcement
if: matrix.python-version == 3.6
if: matrix.python-version == 3.8
uses: ./support/actions/check-copyrights

- name: Build documentation with sphinx
if: matrix.python-version == 3.6
if: matrix.python-version == 3.8
uses: ./support/actions/sphinx
with:
directory: docs/source
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords="spinnaker allocation packing management supercomputer",

Expand Down

0 comments on commit 23612b1

Please sign in to comment.