Skip to content

Commit eebaa80

Browse files
committed
Update version check for Enzyme support
1 parent f598246 commit eebaa80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ quadgk_segbuf_printnull(args...; kws...) = quadgk_segbuf_print(devnull, args...;
452452
end
453453
end
454454

455-
# Extension package only supported in 1.9+, but Enzyme doesn't yet support Julia 1.12
456-
@static if v"1.9" <= VERSION < v"1.12"
455+
# Extension package only supported in 1.9+
456+
@static if v"1.9" <= VERSION
457457
using Enzyme
458458
f1(x) = quadgk(cos, 0., x)[1]
459459
f2(x) = quadgk(cos, x, 1)[1]

0 commit comments

Comments
 (0)