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 Python 2.6 support #32

Merged
merged 2 commits into from
Dec 1, 2016
Merged

Drop Python 2.6 support #32

merged 2 commits into from
Dec 1, 2016

Conversation

di
Copy link
Contributor

@di di commented Oct 30, 2016

Yesterday marks 3 years since the last release of Python 2.6! 🎉

To celebrate, I'm attempting to drop support for it from 156 prominent Python packages (one for every week it's past end-of-life)--including this one!

I've tried my best to remove as much 2.6-specific cruft as I can, but at the very least, this PR will remove the 'Programming Language :: Python :: 2.6' trove classifier from this projects setup.py.

Copy link
Member

@tseaver tseaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please drop Python 3.2 as well? I'm amazed that it didn't break Travis. And changes.rst needs to show the dropped support, too.

@di
Copy link
Contributor Author

di commented Nov 1, 2016

@tseaver Done.

@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@di We need to drop running 3.2 tests on Travis as well.

@di
Copy link
Contributor Author

di commented Dec 1, 2016

@tseaver This is ready to be merged.

@tseaver tseaver merged commit bb79d34 into Pylons:master Dec 1, 2016
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