Skip to content

Commit 28adb52

Browse files
authored
Support Julia v1.7 (#118)
1 parent 981019b commit 28adb52

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,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.9.2"
3+
version = "0.9.3"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -25,7 +25,7 @@ InfiniteArrays = "0.11, 0.12"
2525
Infinities = "0.1"
2626
IntervalSets = "0.5"
2727
LazyArrays = "0.21.13"
28-
QuasiArrays = "0.7"
28+
QuasiArrays = "0.7, 0.8"
2929
RecipesBase = "1.0"
3030
StaticArrays = "1.0"
3131
julia = "1.6"

0 commit comments

Comments
 (0)