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

Drop python3.8 support #5269

Merged
merged 3 commits into from
Apr 21, 2023
Merged

Drop python3.8 support #5269

merged 3 commits into from
Apr 21, 2023

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Apr 21, 2023

🚀 Pull Request

Description

Python 3.8 fell off the NEP29 schedule last week.
https://numpy.org/neps/nep-0029-deprecation_policy.html


Consult Iris pull request check list

pyproject.toml Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Patch coverage: 95.90% and project coverage change: +0.01 🎉

Comparison is base (949b296) 89.31% compared to head (55085e1) 89.32%.

❗ Current head 55085e1 differs from pull request most recent head 0286fdb. Consider uploading reports for the commit 0286fdb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5269      +/-   ##
==========================================
+ Coverage   89.31%   89.32%   +0.01%     
==========================================
  Files          88       89       +1     
  Lines       22279    22390     +111     
  Branches     5355     5374      +19     
==========================================
+ Hits        19898    20000     +102     
- Misses       1635     1640       +5     
- Partials      746      750       +4     
Impacted Files Coverage Δ
lib/iris/fileformats/netcdf/_thread_safe_nc.py 82.51% <89.47%> (+1.06%) ⬆️
lib/iris/fileformats/netcdf/_dask_locks.py 92.68% <92.68%> (ø)
lib/iris/fileformats/netcdf/saver.py 88.99% <94.11%> (-0.93%) ⬇️
lib/iris/fileformats/_nc_load_rules/helpers.py 95.96% <100.00%> (+0.71%) ⬆️
lib/iris/fileformats/netcdf/__init__.py 100.00% <100.00%> (ø)
lib/iris/io/__init__.py 81.15% <100.00%> (+0.27%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rcomer rcomer force-pushed the drop-python38 branch 2 times, most recently from 70dbe48 to 9aa3907 Compare April 21, 2023 15:04
@bjlittle
Copy link
Member

@rcomer This PR looks good to me, thanks for fast turnaround 🤩

I'm going to leave it to @trexfeathers to approve and merge 👍

docs/src/whatsnew/latest.rst Show resolved Hide resolved
lib/iris/tests/test_coding_standards.py Show resolved Hide resolved
@trexfeathers trexfeathers merged commit fd6f5b0 into SciTools:main Apr 21, 2023
@rcomer rcomer deleted the drop-python38 branch April 21, 2023 15:54
tkknight added a commit to tkknight/iris that referenced this pull request Apr 22, 2023
* upstream/main:
  Updated environment lockfiles (SciTools#5270)
  Drop python3.8 support (SciTools#5269)
  build wheel from sdist, not src (SciTools#5266)
  Lazy netcdf saves (SciTools#5191)
  move setup.cfg to pyproject.toml (SciTools#5262)
  Support Python 3.11 (SciTools#5226)
  Remove Resolve test workaround (SciTools#5267)
  add missing whatsnew entry (SciTools#5265)
tkknight added a commit to tkknight/iris that referenced this pull request Apr 22, 2023
* upstream/main: (61 commits)
  Updated environment lockfiles (SciTools#5270)
  Drop python3.8 support (SciTools#5269)
  build wheel from sdist, not src (SciTools#5266)
  Lazy netcdf saves (SciTools#5191)
  move setup.cfg to pyproject.toml (SciTools#5262)
  Support Python 3.11 (SciTools#5226)
  Remove Resolve test workaround (SciTools#5267)
  add missing whatsnew entry (SciTools#5265)
  make help (SciTools#5258)
  automate pypi manifest checking (SciTools#5259)
  drop sphinxcontrib-napoleon (SciTools#5263)
  add missing test result data (SciTools#5260)
  fix indentation and remove ref to ssstack (SciTools#5256)
  review actions
  update .git-blame-ignore-revs
  adopt codespell
  Adopt sphinx design (SciTools#5127)
  Bump scitools/workflows from 2023.04.2 to 2023.04.3 (SciTools#5253)
  refresh manual pypi publish instructions (SciTools#5252)
  Updated environment lockfiles (SciTools#5250)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants