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

Remove Python 3.7 support #853

Merged
merged 2 commits into from
Jul 22, 2022

Conversation

duckontheweb
Copy link
Contributor

@duckontheweb duckontheweb commented Jul 22, 2022

Related Issue(s):

Description:

Drops support for Python 3.7 according to our Python deprecation schedule.

PR Checklist:

  • Code is formatted (run pre-commit run --all-files)
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@duckontheweb duckontheweb requested a review from gadomski July 22, 2022 13:54
@codecov-commenter
Copy link

Codecov Report

Merging #853 (b21d119) into main (ccead6b) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #853      +/-   ##
==========================================
+ Coverage   94.30%   94.32%   +0.01%     
==========================================
  Files          83       83              
  Lines       11967    11963       -4     
  Branches     1404     1403       -1     
==========================================
- Hits        11286    11284       -2     
+ Misses        497      496       -1     
+ Partials      184      183       -1     
Impacted Files Coverage Δ
pystac/summaries.py 79.54% <ø> (+0.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ccead6b...b21d119. Read the comment docs.

@duckontheweb duckontheweb merged commit 1714eaf into stac-utils:main Jul 22, 2022
@duckontheweb duckontheweb deleted the remove/python-3.7 branch July 22, 2022 14:06
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 support for python 3.7 in 1.6.0
3 participants