xarray-contrib / xvec

Vector data cubes for Xarray
https://xvec.readthedocs.io
MIT License
93 stars 9 forks source link

CI: test on Py3.9+ #33

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

Adding Python 3.9 and 3.10 to the CI matrix. Not including 3.8 based on SPEC0 (https://scientific-python.org/specs/spec-0000/) which is almost the same as NEP29, which would drop 3.8 in April.

Closes #34

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (20514ce) into main (2141768) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   98.97%   98.98%   +0.01%     
==========================================
  Files           3        3              
  Lines         294      297       +3     
==========================================
+ Hits          291      294       +3     
  Misses          3        3              
Impacted Files Coverage Δ
xvec/accessor.py 100.00% <100.00%> (ø)
xvec/index.py 97.74% <100.00%> (+0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.