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 6fc66b3 commit 1e62b59Copy full SHA for 1e62b59
src/Precompile.jl
@@ -49,7 +49,7 @@ end
49
50
# Precompilation on 1.10 hits an apparent bug: https://github.com/JuliaLang/julia/issues/56947
51
function precompilation_supported()
52
- return VERSION >= v"1.11" || VERSION >= v"1.10.8"
+ return (VERSION >= v"1.11" || VERSION >= v"1.10.8") && (VERSION < v"1.12-")
53
end
54
55
if Reactant_jll.is_available()
0 commit comments