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

drop support for Python 2.6 and 3.2 #308

Closed
benjaminp opened this issue Nov 12, 2019 · 1 comment · Fixed by #314
Closed

drop support for Python 2.6 and 3.2 #308

benjaminp opened this issue Nov 12, 2019 · 1 comment · Fixed by #314

Comments

@benjaminp
Copy link
Owner

It's starting to be painful to keep CI working for decade-old Python versions. I'm thinking six should support only 2.7 and 3.3+ in the next release.

@hugovk
Copy link
Contributor

hugovk commented Dec 14, 2019

Please see PR #314.

benjaminp pushed a commit that referenced this issue Jan 8, 2020
Fixes #308.

Stops testing them on the CI, update python_requries and remove some code specifically for those versions.

Not done anything to remove any six functionality that's only a benefit on those versions, that should be in a separate PR and would be a breaking change that should ideally deprecate first.
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 a pull request may close this issue.

2 participants