Skip to content

Commit c04e7fe

Browse files
CompatHelper: bump compat for "ArrayLayouts" to "0.8" (#61)
* CompatHelper: bump compat for "ArrayLayouts" to "0.8" * Update ci.yml * Update Project.toml * Drop Julia v1.6 support Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent da37490 commit c04e7fe

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6'
13+
- '1.7'
14+
- '^1.8.0-0'
1415
os:
1516
- ubuntu-latest
1617
- macOS-latest

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SemiclassicalOrthogonalPolynomials"
22
uuid = "291c01f3-23f6-4eb6-aeb0-063a639b53f2"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.2.4"
4+
version = "0.3"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -17,17 +17,17 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1717
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1818

1919
[compat]
20-
ArrayLayouts = "0.7"
21-
BandedMatrices = "0.16, 0.17"
22-
ClassicalOrthogonalPolynomials = "0.5, 0.6"
20+
ArrayLayouts = "0.8"
21+
BandedMatrices = "0.17"
22+
ClassicalOrthogonalPolynomials = "0.6"
2323
ContinuumArrays = "0.10"
24-
FillArrays = "0.12, 0.13"
24+
FillArrays = "0.13"
2525
HypergeometricFunctions = "0.3.4"
2626
InfiniteArrays = "0.12"
2727
LazyArrays = "0.22"
2828
QuasiArrays = "0.9"
2929
SpecialFunctions = "1.0, 2"
30-
julia = "1.6"
30+
julia = "1.7"
3131

3232
[extras]
3333
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)