Skip to content

Commit

Permalink
Include newer Python versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Oct 15, 2024
1 parent d9634cb commit 6db6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
name: Run test suite
steps:
Expand Down

0 comments on commit 6db6ad8

Please sign in to comment.