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 #1607
Comments
There's a lot more legacy hacks yet to clean up. Shall we keep this issue open or create a new one for this? |
Should we do the same to cheroot? |
I figure the legacy cleanup can happen at leisure. There are still pre-2.6 cruft in there that can go too. I don't think it needs to be ticketed. We can do the same for cheroot soonish. No rush. |
Alright, what about 3.2? It's also problematic. Are we going to drop it as well? |
Oh.. And in |
I'm not sure how Python 3.2 is problemmatic. If someone makes the case for dropping support, I imagine we could consider it. One area where there's still high demand for Python 3.2 support is in PyPy versions, though later versions have more modern interpreter support, so that's probably a non-issue. |
Beginning with 705eea1, the tests started failing... because the updated version of portend dropped support for Python 2.6.
Additionally, packaging tools and other foundational packages will be dropping support for Python 2.6 soon too.
It's time for CherryPy to do the same.
The text was updated successfully, but these errors were encountered: