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.3 #380

Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 25, 2018

Fixes #379

Also steps up from pyflakes to flake8 for testing.

pypa/pip#3955

@cclauss cclauss force-pushed the drop-support-for-python-2.6-and-3.3 branch from 652fb8d to 8328755 Compare January 25, 2018 14:02
Drop support for Python 2.6 and 3.3
@cclauss cclauss force-pushed the drop-support-for-python-2.6-and-3.3 branch from 8328755 to b569b19 Compare January 25, 2018 14:03
@blatinier
Copy link
Collaborator

It's ok for me. I'll merge this in the coming days.

.travis.yml Outdated
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
script:
- tox -e $TOX_ENV
- python -m pyflakes.__main__ $(git ls-files | grep -E "^isso/.+.py$" | grep -v "^isso/compat.py")
# stop the build if there are Python syntax errors or undefined names
Copy link
Member

Choose a reason for hiding this comment

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

Please keep the move to flake8 as a separate change. This is different from just dropping Python2.6/3.3 support, and changes what kind of syntax errors will be fatal.

@jelmer
Copy link
Member

jelmer commented Jan 31, 2018

Looks good to me, with the exception of the flake changes.

@jelmer jelmer merged commit 2cc564e into isso-comments:master Jan 31, 2018
@cclauss cclauss deleted the drop-support-for-python-2.6-and-3.3 branch January 31, 2018 13:49
@cclauss
Copy link
Contributor Author

cclauss commented Jan 31, 2018

@jelmer Thanks for the merge. Is there something wrong with #384 ?

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.

3 participants