Skip to content
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

CI: test on Py3.9+ #33

Merged
merged 3 commits into from
Feb 24, 2023
Merged

Conversation

martinfleis
Copy link
Member

@martinfleis martinfleis commented Feb 24, 2023

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
Copy link

codecov bot commented Feb 24, 2023

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%) ⬆️

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

@martinfleis martinfleis merged commit d2a7dba into xarray-contrib:main Feb 24, 2023
@martinfleis martinfleis deleted the older_python branch February 24, 2023 11:14
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.

running xvec with Python 3.9
1 participant