Skip to content

Commit

Permalink
.github/workflows: Also test against matplotlib 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Sep 10, 2024
1 parent 75d4385 commit eb53a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
matplotlib: ["3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8"]
matplotlib: ["3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
pyqt: ["PyQt5", "PySide2"]
exclude:
- python: "3.8"
matplotlib: "3.8"
- python: "3.8"
matplotlib: "3.9"
- python: "3.11"
matplotlib: "3.1"
- python: "3.11"
Expand Down

0 comments on commit eb53a71

Please sign in to comment.