Skip to content

Commit

Permalink
add Python 3.11 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Oct 31, 2022
1 parent f7b3ada commit 7b29081
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.10"
- python-version: "3.11"
os: ubuntu-latest
- python-version: "3.10"
- python-version: "3.11"
os: windows-latest
- python-version: "3.10"
- python-version: "3.11"
os: macos-latest
- python-version: "3.10"
os: ubuntu-latest
- python-version: "3.9"
os: ubuntu-latest
- python-version: "3.8"
Expand Down

0 comments on commit 7b29081

Please sign in to comment.