Skip to content

Commit

Permalink
Cap old JET.jl versions to Julia < 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Apr 9, 2024
1 parent 71d2a66 commit 07014fa
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions J/JET/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
["0.0"]
julia = "1"
julia = "1-1.10"

["0.1"]
LoweredCodeUtils = "1.2.4-1"
Expand Down Expand Up @@ -27,7 +27,7 @@ JuliaInterpreter = "0.8.16-0.8"
LoweredCodeUtils = "2.1"

["0.5-0.6.1"]
julia = "1.7.0-1"
julia = "1.7.0-1.10"

["0.5.4-0"]
JuliaInterpreter = "0.9"
Expand All @@ -40,10 +40,10 @@ LoweredCodeUtils = "2.2.0-2"
julia = "1.8.1-1.8.3"

["0.6.2-0.6.15"]
julia = "1.8.0-1"
julia = "1.8.0-1.10"

["0.6.21-0.7.14"]
julia = "1.8.1-1"
julia = "1.8.1-1.10"

["0.7.11-0.7.13"]
Preferences = "1.3.0-1"
Expand All @@ -55,7 +55,7 @@ PrecompileTools = "1"
Preferences = "1.4.0-1"

["0.7.15-0.8.21"]
julia = "1.9.0-1"
julia = "1.9.0-1.10"

["0.7.2-0.7.11"]
SnoopPrecompile = "1"
Expand All @@ -69,7 +69,12 @@ Test = "1.9.0-1"
InteractiveUtils = "1.10.0-1"
Pkg = "1.10.0-1"
Test = "1.10.0-1"
julia = "1.10.0-1"

["0.8.22-0.8.27"]
julia = "1.10"

["0.8.23-0"]
LoweredCodeUtils = "2.2-2.3"

["0.8.28-0"]
julia = "1.10.0-1"

0 comments on commit 07014fa

Please sign in to comment.