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

DEP: Minimum supported Python version 3.9 #1245

Merged
merged 1 commit into from Apr 11, 2023

Conversation

snowman2
Copy link
Member

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #1245 (582fe3f) into main (8109fc4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1245   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          20       20           
  Lines        1805     1805           
=======================================
  Hits         1739     1739           
  Misses         66       66           
Impacted Files Coverage Δ
pyproj/__init__.py 89.47% <ø> (ø)

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

@greglucas
Copy link
Contributor

You can also remove some of the typing imports with the minimum being 3.9.

pyupgrade --py39-plus `find . -name "*.py" -type f`

@snowman2 snowman2 modified the milestones: 3.5.0, 3.6.0 Mar 24, 2023
@snowman2 snowman2 merged commit 97b11ea into pyproj4:main Apr 11, 2023
20 of 21 checks passed
@snowman2 snowman2 deleted the python39min branch April 11, 2023 01:45
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.

DEP: Python 3.8 Support
2 participants