JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 51 forks source link

Set minimum supported version to Julia 1.6 #369

Closed omus closed 2 years ago

omus commented 2 years ago

Now that Julia 1.6 is the LTS we can drop support for earlier versions of Julia.

codecov-commenter commented 2 years ago

Codecov Report

Merging #369 (e465643) into master (c079f32) will increase coverage by 0.13%. The diff coverage is 100.00%.

:exclamation: Current head e465643 differs from pull request most recent head 75c3547. Consider uploading reports for the commit 75c3547 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
+ Coverage   93.75%   93.88%   +0.13%     
==========================================
  Files          31       30       -1     
  Lines        1554     1538      -16     
==========================================
- Hits         1457     1444      -13     
+ Misses         97       94       -3     
Impacted Files Coverage Δ
src/TimeZones.jl 100.00% <ø> (ø)
src/tzdata/build.jl 77.77% <ø> (ø)
src/winzone/WindowsTimeZoneIDs.jl 100.00% <ø> (ø)
src/io.jl 100.00% <100.00%> (+1.58%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c079f32...75c3547. Read the comment docs.

omus commented 2 years ago

I'll merge this tomorrow unless there are objections