Skip to content

Commit

Permalink
test: check all platforms (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Sep 7, 2023
2 parents 8a33b5b + c6f82d3 commit 91e7001
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.11"

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

0 comments on commit 91e7001

Please sign in to comment.