diff --git a/test/quality_tests.jl b/test/quality_tests.jl index aa14df8..c19ab2a 100644 --- a/test/quality_tests.jl +++ b/test/quality_tests.jl @@ -5,5 +5,7 @@ end @testitem "Code linting (JET.jl)" begin using JET - JET.test_package(GraphDynamicalSystems; target_defined_modules = true) + if VERSION ≥ v"1.12" + JET.test_package(GraphDynamicalSystems; target_defined_modules = true) + end end