-
Notifications
You must be signed in to change notification settings - Fork 310
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
chore: Remove support for Python 3.6 #1354
Conversation
Python 3.7 is also unsupported in the python community. https://devguide.python.org/versions/#unsupported-versions . I'd recommend dropping both at the same time. Could we consider raising a deprecation warning in the next month notifying users that support for both 3.6 and 3.7 will be dropped on a specific date? We have a similar proposal in Only users who are running the latest version of If we have Google projects requiring python 3.7, then let's work together to figure out an acceptable date when support can be dropped across these project and communicate the date in advance via the README (and potentially also through deprecation warnings). Please file an issue in this repo if you would consider adding a feature to raise a deprecation warning before dropping a language runtime and we can continue the discussion in the issue. |
Historically I think Could we write a document that describes what versions we support and for how long? That might scale better than adding deprecations. Something akin to Go's version policy. |
No urgency to merge this, but I do want to use some features from Python 3.7.
3.6 has been EOL for sometime, and the core library has dropped support https://github.com/googleapis/python-api-core.