diff --git a/test/JET.jl b/test/JET.jl index a030a2a..69b9600 100644 --- a/test/JET.jl +++ b/test/JET.jl @@ -1,3 +1,5 @@ @testset "Code linting (JET.jl)" begin - JET.test_package(ConstraintsTranslator; target_defined_modules = true) -end \ No newline at end of file + if VERSION ≤ v"1.10" + JET.test_package(ConstraintsTranslator; target_defined_modules = true) + end +end