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

Resolve "Drop Python 3.8 support" #112

Merged
merged 6 commits into from
Jun 19, 2024
Merged

Conversation

btschwertfeger
Copy link
Owner

As the issue notes, dropping the support for Python 3.8 is the way to go, since the restructuring the CI for just installing the HDF5 headers as well as netcdf from scratch on Windows/Python3.8-runners is just to complex. Since reworking the CI is not worth it, the Python 3.8 support will be dropped, as unit tests and further actions can't run through and thus a stable package is not ensured. Removing Python 3.8 solves this problem.

@btschwertfeger btschwertfeger added this to the Upcoming Release milestone Jun 19, 2024
@btschwertfeger btschwertfeger self-assigned this Jun 19, 2024
@btschwertfeger btschwertfeger linked an issue Jun 19, 2024 that may be closed by this pull request
@btschwertfeger btschwertfeger enabled auto-merge (squash) June 19, 2024 13:46
@btschwertfeger btschwertfeger merged commit 8415f59 into master Jun 19, 2024
31 checks passed
@btschwertfeger btschwertfeger deleted the drop-python-3-8-support branch June 19, 2024 13:49
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.17%. Comparing base (3e928f4) to head (68b7649).
Report is 14 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   96.17%   96.17%           
=======================================
  Files           7        7           
  Lines         314      314           
=======================================
  Hits          302      302           
  Misses         12       12           
Flag Coverage Δ
unittests 96.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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.

Drop Python 3.8 Support
1 participant