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 EOL Python 2.6 and 3.3 #96

Merged
merged 1 commit into from Dec 1, 2017
Merged

Drop support for EOL Python 2.6 and 3.3 #96

merged 1 commit into from Dec 1, 2017

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 1, 2017

Latest master is failing on Python 2.6 and 3.3 because pytest, or rather py, has dropped support for Python 3.3 (pytest-dev/py#159, pytest-dev/py#165):

https://travis-ci.org/hugovk/astroid/builds/309952810

Here's the pip installs for pytest-mock from PyPI for the last month (via pypinfo --percent --pip pytest-mock pyversion) showing a small fraction on 2.6 and 3.3:

python_version percent download_count
2.7 61.5% 115,963
3.6 17.4% 32,841
3.5 16.2% 30,459
3.4 3.5% 6,526
2.6 0.5% 963
3.3 0.5% 878
3.7 0.4% 808
3.2 0.0% 54

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

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

Awesome @hugovk, thanks! 😁

@nicoddemus nicoddemus merged commit 1d2ae79 into pytest-dev:master Dec 1, 2017
nicoddemus added a commit that referenced this pull request Dec 1, 2017
@hugovk hugovk deleted the rm-eol branch December 1, 2017 18:25
This was referenced Feb 16, 2018
This was referenced Mar 1, 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.

None yet

2 participants