Skip to content

Commit

Permalink
Require Julia 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermilla committed Mar 8, 2024
1 parent 79c36fe commit 5e54747
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Jib"
uuid = "f310f2d2-a263-11e8-3998-47bd686f18f7"
authors = ["Luca Billi <[email protected]>"]
authors = ["Luca Billi <[email protected]>", "Olivier Milla <[email protected]>"]
version = "0.20.4"

[deps]
Expand All @@ -14,11 +14,10 @@ DataFramesExt = "DataFrames"

[compat]
DataFrames = "1.0"
julia = "1.7"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" # Required by julia < 1.9 package manager.

[targets]
test = ["Test", "DataFrames"]

0 comments on commit 5e54747

Please sign in to comment.