Skip to content

Commit 79dbbd6

Browse files
bors[bot]CompatHelper Julia
andauthored
Merge #1827
1827: CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) r=DhairyaLGandhi a=github-actions[bot] This pull request changes the compat entry for the `ArrayInterface` package from `3.1` to `3.1, 4`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
2 parents 7f375aa + e0fd465 commit 79dbbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3131
[compat]
3232
AbstractTrees = "0.3"
3333
Adapt = "3.0"
34-
ArrayInterface = "3.1"
34+
ArrayInterface = "3.1, 4"
3535
CUDA = "3"
3636
CodecZlib = "0.7"
3737
Colors = "0.12"

0 commit comments

Comments
 (0)