Commit 63c7705
Bump minimum Python to 3.10; fix gurobipy version constraint
- Drop Python 3.8 and 3.9: gurobipy has no arm64 wheel for 3.8,
and both are EOL. Minimum is now 3.10.
- Fix gurobipy extra: was capped at <13 but current release is 13.x;
changed to >=10 with no upper bound.
- Simplify numpy extra: remove 3.8-specific pin (numpy==1.24.*).
- Update CI matrix and classifiers accordingly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8d2a3c3 commit 63c7705
2 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | | - | |
| 43 | + | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
| |||
0 commit comments