Skip to content

Commit

Permalink
Update compat to CxxWrap 0.16 (#63)
Browse files Browse the repository at this point in the history
* Update compat to CxxWrap 0.16

* Bump LTS

---------

Co-authored-by: Benoît Legat <[email protected]>
  • Loading branch information
odow and blegat authored Nov 5, 2024
1 parent 4e11479 commit 842e947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1'] # Test against LTS
version: ['1.10', '1'] # Test against LTS
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
# TODO(odow): Fix this
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SDPA_jll = "7fc90fd6-dbef-5a6a-93f8-169f2a2e705b"

[compat]
CxxWrap = "0.14"
CxxWrap = "0.16"
LinearAlgebra = "<0.0.1, 1.6"
MathOptInterface = "1"
SDPA_jll = "=700.300.1701"
SDPA_jll = "=700.300.1800"
SparseArrays = "<0.0.1, 1.6"
Test = "<0.0.1, 1.6"
julia = "1.6"
Expand Down

0 comments on commit 842e947

Please sign in to comment.