Skip to content

Commit

Permalink
Merge pull request #253 from JuliaParallel/jps/julia-1.3
Browse files Browse the repository at this point in the history
Set Julia 1.3 as minimum supported version
  • Loading branch information
jpsamaroo authored Aug 12, 2021
2 parents b9d2f43 + c570cb0 commit e26b2ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Colors = "0.10, 0.11, 0.12"
MemPool = "0.3.4"
Requires = "1"
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
Tables = "1.5"
Tables = "1.1"
TableOperations = "1"
julia = "1.0"
julia = "1.3"

[extras]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1
- julia_version: 1.3
- julia_version: 1.6
- julia_version: nightly

platform:
Expand Down

0 comments on commit e26b2ef

Please sign in to comment.