JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

Set minimum Julia version to 1.6 #514

Closed ararslan closed 1 year ago

ararslan commented 1 year ago

Currently the minimum version is 1.0, which is old and unsupported and makes development and addition of new features more difficult. I suspect this won't be too controversial.

ararslan commented 1 year ago

Nightly is already in CI as the "CI-future" jobs

bkamins commented 1 year ago

ah - OK. In DataFrames.jl we have a bit different structure of CI file and I looked only at diff.

ararslan commented 1 year ago

Yeah the CI structure for this package is kind of strange, could be worth standardizing it at some point.

ararslan commented 1 year ago

I fixed the main CI failure on nightly, the nightly failure on Windows is unrelated and related to building TimeZones.