-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Python 2.7/3.4 Support #23
Comments
Today I learned of this nice visual representation of the lifecycle: https://python-release-cycle.glitch.me/ |
The |
Today I noticed that Python 3.4 no longer works with Things I'm going to consider:
After a few of these things are done, I'll close out this issue, and get back to triage/testing the rest of the open issues. |
Refs: #23 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Refs: #23 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Following #21 and associated fix in #22 to accommodate a Python 2.7 behavior, I started thinking about when this plugin should stop supporting Python 2.7 / 3.4
According to the https://pythonclock.org/ , support ends at the end of 2019.
pytest has started warning about deprecation:
pytest 5.0 is scheduled for sometime mid-2019 - after which the pytest 4.x branch will continue to be supported until mid-2020.
Please use this issue to discuss your use cases and expectations for longer-term support if you're looking for those versions to be supported beyond the runtime and test framework's lifetime.
The text was updated successfully, but these errors were encountered: