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 support for Python 3.3 because of tox #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelPereira
Copy link

tox explicitely removed support for Python 3.3 as part of their 3.0.0 release so it doesn't seems viable to keep this version in the support matrix as this is breaking the travis build.

Not sure if it this change warrants a changelog entry. If it does, please let me know.

`tox` explicitely removed support for Python 3.3 as part of their [3.0.0 release](https://tox.readthedocs.io/en/latest/changelog.html#id88) so it doesn't seems viable to keep this version in the support matrix.
@pganssle
Copy link
Member

I generally use a policy of descriptive version support. Once a python version is EOL, I am willing to drop it, but only if I need features from the next version for the code itself.

It is a bit annoying how difficult it is to maintain old testing to make sure that we don't accidentally drop support for a version without correctly updating the metadata, though.

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.

2 participants