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 #277

Closed
wants to merge 1 commit into from
Closed

Drop Python 2.6 #277

wants to merge 1 commit into from

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Nov 30, 2016

Elementary, new projects should not use unsupported Python versions...

Elementary, new projects should not use unsupported Python versions...
@eliasdorneles
Copy link
Collaborator

+1 from me 👍

@hugovk
Copy link
Contributor

hugovk commented Oct 16, 2017

+1. Could consider dropping 3.3 too, it's not in the test matrix.

Reasons for dropping old ones

2.6

3.3

@hugovk
Copy link
Contributor

hugovk commented Oct 27, 2017

Here's the pip installs for cookiecutter from PyPI for the last month, showing very little 2.6 and 3.3:

$ pypinfo --percent --pip cookiecutter pyversion
python_version percent download_count
-------------- ------- --------------
3.6              87.0%        467,538
2.7              12.2%         65,623
3.5               0.6%          3,079
3.4               0.2%            952
3.7               0.0%            201
3.3               0.0%            180
2.6               0.0%             17

And, wow, look at that 3.6 percentage!

@hugovk
Copy link
Contributor

hugovk commented Jan 17, 2018

@oz123 Some other places to remove 2.6:

./CONTRIBUTING.rst:3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
./{{cookiecutter.project_slug}}/CONTRIBUTING.rst:3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
./{{cookiecutter.project_slug}}/tox.ini:envlist = py26, py27, py33, py34, py35, flake8
./{{cookiecutter.project_slug}}/tox.ini:    2.6: py26
./{{cookiecutter.project_slug}}/.travis.yml:  - 2.6
./README.rst:* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3, 3.4, 3.5

@hugovk
Copy link
Contributor

hugovk commented Jan 17, 2018

Actually, these and dropping 3.3 is proposed in PR #394.

@pydanny
Copy link
Collaborator

pydanny commented Feb 7, 2018

Fixed in #394

@pydanny pydanny closed this Feb 7, 2018
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.

4 participants