Skip to content

Commit

Permalink
Expand test matrix to include Python 3.9 to 3.12 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh authored Nov 21, 2024
2 parents 05a57e2 + 704a953 commit d52583e
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.10" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

steps:
- uses: actions/[email protected]
Expand Down
Loading

0 comments on commit d52583e

Please sign in to comment.