Skip to content

Commit

Permalink
skip seaborn 0.11 with python >=3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 19, 2024
1 parent ac8edc0 commit 0f32dcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
seaborn-version: ["0.11", "0.12", "0.13"]
exclude:
# excludes node 8 on macOS
- python-version: ["3.12", "3.13"]
seaborn-version: ["0.11"]
# exclude seaborn-version 0.11 for python >= 3.12
- python-version: "3.12"
seaborn-version: "0.11"
- python-version: "3.13"
seaborn-version: "0.11"

steps:
- name: Setup python
Expand Down

0 comments on commit 0f32dcf

Please sign in to comment.