Skip to content

Commit 462c5c9

Browse files
github-actions[bot]CompatHelper Juliajagot
authored
CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing compat) (#60)
* CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing compat) * Bump version * Update CI config Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
1 parent fb2573f commit 462c5c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
version:
1313
- '1.6'
1414
- '1'
15-
- '^1.8.0-0'
1615
os:
1716
- ubuntu-latest
1817
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.9"
4+
version = "0.3.10"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -21,7 +21,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2121
[compat]
2222
BandedMatrices = "0.16,0.17"
2323
BlockBandedMatrices = "0.11"
24-
ContinuumArrays = "0.10"
24+
ContinuumArrays = "0.10, 0.11"
2525
FastGaussQuadrature = "0.4"
2626
FillArrays = "0.12,0.13"
2727
Formatting = "0.4"

0 commit comments

Comments
 (0)