Skip to content

Commit

Permalink
add testing on python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 31, 2022
1 parent 400e98e commit c99d8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
max-parallel: 5
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
max-parallel: 6

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

0 comments on commit c99d8c7

Please sign in to comment.