Skip to content

Commit

Permalink
update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 25, 2023
1 parent 97d5788 commit 443c373
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ jobs:
fail-fast: false
matrix:
os: [windows, ubuntu, macos]
python-version: ["3.8", "3.9", "3.10"] # "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos
python-version: "3.12"
- os: macos
python-version: "3.10"
- os: macos
python-version: "3.9"

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

0 comments on commit 443c373

Please sign in to comment.