Skip to content

Commit a9c43f0

Browse files
CompatHelper: bump compat for "QuasiArrays" to "0.8" (#73)
* CompatHelper: bump compat for "QuasiArrays" to "0.8" * Test on Julia v1.7 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent ddf1794 commit a9c43f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14+
- '^1.7.0-0'
1415
os:
1516
- ubuntu-latest
1617
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.4.7"
4+
version = "0.4.8"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -41,7 +41,7 @@ InfiniteLinearAlgebra = "0.6"
4141
IntervalSets = "0.5"
4242
LazyArrays = "0.21.20"
4343
LazyBandedMatrices = "0.7"
44-
QuasiArrays = "0.7"
44+
QuasiArrays = "0.7, 0.8"
4545
SpecialFunctions = "1.0"
4646
julia = "1.6"
4747

0 commit comments

Comments
 (0)