Skip to content

Commit

Permalink
Test on 3.12 and run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgearing committed Aug 11, 2024
1 parent a749a3a commit 8e1a954
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
max-parallel: 5
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
fail-fast: false

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 8e1a954

Please sign in to comment.