Skip to content

Commit a09867d

Browse files
CompatHelper: bump compat for "InfiniteArrays" to "0.8" (#48)
* Update new versions * CompatHelper: bump compat for "InfiniteArrays" to "0.8" Co-authored-by: Sheehan Olver <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0818aba commit a09867d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.3.5"
3+
version = "0.3.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -38,7 +38,7 @@ DualNumbers = "0.6.2"
3838
FFTW = "0.3, 1"
3939
FastGaussQuadrature = "0.4"
4040
FillArrays = "0.8, 0.9"
41-
InfiniteArrays = "0.4, 0.5, 0.6, 0.7"
41+
InfiniteArrays = "0.4, 0.5, 0.6, 0.7, 0.8"
4242
IntervalSets = "0.5"
4343
LazyArrays = "0.14, 0.15, 0.16, 0.17"
4444
LowRankApprox = "0.2, 0.3, 0.4"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.3
4-
- julia_version: 1.4
4+
- julia_version: 1.5
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)