Skip to content

Set Julia 1.3 as minimum supported version #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2021
Merged

Set Julia 1.3 as minimum supported version #253

merged 2 commits into from
Aug 12, 2021

Conversation

jpsamaroo
Copy link
Member

Once a new LTS is officially announced, 1.3 will also be dropped in favor of that release (probably 1.6).

@krynju
Copy link
Member

krynju commented Aug 8, 2021

Ok I looked around at compats for the Tables and testing dependencies

Arrow 1.0 - tables interface was added in 0.3, but shortly after 1.0 was released, so 1.0 seems like a good target
CSV 0.8 - it dropped the DataFrames dependency at that release
DataFrames 1.0 - some Tables.jl interface changes were applied on 1.0, seems like a good target
Tables 1.1 - partition interface was added (used in dtable)
TableOperations 1.0 - makepartitions was added (used in dtable)

[compat]
Arrow = "1.0"
CSV = "0.8"
Colors = "0.10, 0.11, 0.12"
DataFrames = "1.0"
MemPool = "0.3.4"
Requires = "1"
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
TableOperations = "1"
Tables = "1.1"
julia = "1.0"

@jpsamaroo
Copy link
Member Author

None of the CI failures seem to be due to this change.

@jpsamaroo jpsamaroo merged commit e26b2ef into master Aug 12, 2021
@jpsamaroo jpsamaroo deleted the jps/julia-1.3 branch August 12, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants