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

Update supported Python versions #168

Closed
scasagrande opened this issue Apr 20, 2017 · 2 comments
Closed

Update supported Python versions #168

scasagrande opened this issue Apr 20, 2017 · 2 comments

Comments

@scasagrande
Copy link
Contributor

With the release of Python 3.6, we should definitely add it to the list of supported versions.

But while we're at it, we should look at our existing versions. I just noticed today that numpy 1.12.0 no longer supports Python3 less than 3.4. This hasn't been an issue in TravisCI because their environments actually use a cached numpy. So during CI, pip skips over installing numpy because its already there! However today I did a tox -r to rebuild my tox environments, which is how I found that there is actually a problem with 3.3.

@scasagrande
Copy link
Contributor Author

Looks like pylint~=1.6 is broken on Python 3.6. I'll have to do the update to pylint>=1.7.0 first.

@scasagrande
Copy link
Contributor Author

Done! See PR #170

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

No branches or pull requests

1 participant