We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c92e1f commit a075e8bCopy full SHA for a075e8b
test/runtests.jl
@@ -17,7 +17,7 @@ import KernelAbstractions as KA
17
import Tables, PooledArrays, WeakRefStrings
18
19
using Documenter: doctest
20
-if Base.VERSION == v"1.6" && Int === Int64
+if v"1.10" ≤ Base.VERSION < v"1.11" && Int === Int64
21
doctest(StructArrays)
22
end
23
0 commit comments