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

Unpin python #208

Merged
merged 4 commits into from
Sep 9, 2022
Merged

Unpin python #208

merged 4 commits into from
Sep 9, 2022

Conversation

stephenworsley
Copy link
Contributor

Enables testing and releasing for python 3.9 and 3.10. Addresses #161, replaces #163.

@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #208 (bd63559) into main (973e49e) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
- Coverage   99.38%   99.35%   -0.04%     
==========================================
  Files          28       28              
  Lines        2785     2786       +1     
==========================================
  Hits         2768     2768              
- Misses         17       18       +1     
Impacted Files Coverage Δ
esmf_regrid/experimental/unstructured_scheme.py 98.50% <0.00%> (-0.50%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bjlittle bjlittle self-requested a review September 9, 2022 13:27
@bjlittle bjlittle self-assigned this Sep 9, 2022
Copy link
Member

@bjlittle bjlittle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephenworsley Awesome, this looks great 👍

There is also an opportunity to fold in some other minor associated changes:

  • In setup.cfg line+11 update the PyPI Trove Classifers to state that you also support Python 3.9 and 3.10 i.e., include
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
  • Update the latest requirements symbolic linkrequirements/dev.yml -> py310.yml
  • Consider updating the .cirrus.yml such that test coverage is performed on the latest available version of Python i.e., 3.10, see here.

@bjlittle
Copy link
Member

bjlittle commented Sep 9, 2022

@stephenworsley Once cirrus-ci is happy, I'll bank this lovely goodness 🍻

@bjlittle bjlittle merged commit cb44e6c into SciTools:main Sep 9, 2022
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