Skip to content

Commit

Permalink
Merge pull request #9 from billagee/workflow-trigger-tweaks
Browse files Browse the repository at this point in the history
Add Python 3.12 to test matrix
  • Loading branch information
billagee authored Sep 18, 2024
2 parents 7c6749b + 12e5361 commit 956fb6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run test suite
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.12']

steps:
- name: Checkout repository
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Run tests
run: |
pytest
pytest

0 comments on commit 956fb6f

Please sign in to comment.