-
Notifications
You must be signed in to change notification settings - Fork 122
RFC: Drop support for Python 3.6 #500
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
Conversation
I believe @schwehr is still stuck on 3.6. I'd rather not remove 3.6 if that will be really disruptive to his usage of PySTAC as I believe he is a big user and has been a great contributor to the project. If that's not the case, I'm +1. |
Am in the process of going py 3.6 to 3.7. Go for it. +1 for dropping 3.6. Thanks for asking me! |
PySTAC is a library for working with [SpatialTemporal Asset Catalog](https://stacspec.org) in Python 3. | ||
PySTAC is a library for working with [SpatioTemporal Asset Catalog](https://stacspec.org) in Python 3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note that I also fixed this as part of this PR.
Codecov Report
@@ Coverage Diff @@
## main #500 +/- ##
=======================================
Coverage 95.43% 95.43%
=======================================
Files 71 71
Lines 9978 9978
=======================================
Hits 9523 9523
Misses 455 455 Continue to review full report at Codecov.
|
Related Issue(s):
Description:
Drops support for Python 3.6 (both in terms of
python_version
check on install and in CI tests), and adds a note to the README that we follow the NEP-29 guidelines.PR Checklist:
pre-commit run --all-files
)scripts/test
)