Skip to content

Commit 9e3e0bb

Browse files
CompatHelper: bump compat for "BandedMatrices" to "0.17" (#151)
* CompatHelper: bump compat for "BandedMatrices" to "0.17" * Drop old Julia versions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent 993c7f4 commit 9e3e0bb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14-
- '^1.7.0-0'
14+
- '1'
15+
- '^1.8.0-0'
1516
os:
1617
- ubuntu-latest
1718
- macOS-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SingularIntegralEquations"
22
uuid = "e094c991-5a90-5477-8896-c1e4c9552a1a"
3-
version = "0.6.9"
3+
version = "0.7"
44

55
[deps]
66
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
@@ -23,10 +23,10 @@ ApproxFunBase = "0.2.3, 0.3, 0.4.4, 0.5"
2323
ApproxFunFourier = "0.2"
2424
ApproxFunOrthogonalPolynomials = "0.3, 0.4"
2525
ApproxFunSingularities = "0.1.6, 0.2"
26-
BandedMatrices = "0.14.2, 0.15, 0.16"
26+
BandedMatrices = "0.14.2, 0.15, 0.16, 0.17"
2727
DomainSets = "0.1, 0.2, 0.3, 0.4, 0.5"
2828
DualNumbers = "0.6"
2929
HypergeometricFunctions = "0.1, 0.2, 0.3"
3030
LowRankApprox = "0.4, 0.5"
3131
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.1, 2"
32-
julia = "1.3"
32+
julia = "1.6"

0 commit comments

Comments
 (0)