We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819aec2 commit 25f9f23Copy full SHA for 25f9f23
.github/workflows/pythonpackage.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: ["ubuntu-latest", "windows-latest", "macos-13"]
19
- python-version: ["3.9", "3.12"]
+ python-version: ["3.9", "3.11"]
20
runs-on: "${{matrix.os}}"
21
22
steps:
NEWS.md
@@ -5,6 +5,10 @@ This includes a list of major changes for each minor version starting from 0.19.
5
For information on how to use `micom` please refer to
6
[the documentation](https://micom-dev.github.io/micom).
7
8
+### 0.37.1
9
+
10
+Pins the OSQP version to a range compatible with optlang.
11
12
### 0.37.0
13
14
**Visualizations**
0 commit comments