Skip to content

Commit 25f9f23

Browse files
committed
revert Python in CI due to missing OSX wheels for cplex
1 parent 819aec2 commit 25f9f23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest", "windows-latest", "macos-13"]
19-
python-version: ["3.9", "3.12"]
19+
python-version: ["3.9", "3.11"]
2020
runs-on: "${{matrix.os}}"
2121

2222
steps:

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This includes a list of major changes for each minor version starting from 0.19.
55
For information on how to use `micom` please refer to
66
[the documentation](https://micom-dev.github.io/micom).
77

8+
### 0.37.1
9+
10+
Pins the OSQP version to a range compatible with optlang.
11+
812
### 0.37.0
913

1014
**Visualizations**

0 commit comments

Comments
 (0)