Skip to content

Commit

Permalink
compat requirements for julia changed to LTS 1.6 (#535)
Browse files Browse the repository at this point in the history
* added min supported version of julia to CI

* chnage of min supported julia version to 1.6
  • Loading branch information
dylan-asmar authored Dec 28, 2023
1 parent b120730 commit efd6e0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
version:
- '1'
- '1.6' # minimum supported version
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Graphs = "1"
NamedTupleTools = "0.10, 0.11, 0.12, 0.13, 0.14"
POMDPLinter = "0.1"
Statistics = "1"
julia = "1.3"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion lib/POMDPTools/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Statistics = "1"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
Tricks = "0.1"
UnicodePlots = "1, 2, 3"
julia = "1.3"
julia = "1.6"

[extras]
DiscreteValueIteration = "4b033969-44f6-5439-a48b-c11fa3648068"
Expand Down

0 comments on commit efd6e0c

Please sign in to comment.