Skip to content

Commit

Permalink
Exclude missing version combination
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Oct 24, 2024
1 parent f77c75d commit 979e025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
gurobipy: ["~=10.0", "~=11.0", "==12.0.0b3"]
exclude:
- python: "3.12"
gurobipy: "~=10.0"

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

0 comments on commit 979e025

Please sign in to comment.