Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from SpiNNakerManchester/python3.12
Browse files Browse the repository at this point in the history
python 3.12
  • Loading branch information
Christian-B authored Jan 5, 2024
2 parents 88dba50 + fdce7c7 commit df6a8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
repository: SpiNNakerManchester/SupportScripts
path: support
- name: Run rat copyright enforcement
if: matrix.python-version == 3.8
if: matrix.python-version == 3.12
uses: ./support/actions/check-copyrights
with:
config_file: rat_asl20.xml

- name: Validate CITATION.cff
if: matrix.python-version == 3.8
if: matrix.python-version == 3.12
uses: dieghernan/cff-validator@main

0 comments on commit df6a8d0

Please sign in to comment.