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

Fix failing builds on Python 3.2 #26

Merged
merged 1 commit into from
Jun 15, 2016
Merged

Fix failing builds on Python 3.2 #26

merged 1 commit into from
Jun 15, 2016

Conversation

JanLikar
Copy link
Contributor

Builds of #24 and #22 are failing because virtualenv dropped support for python 3.2.

As noted here, only 0.07% of pip traffic is initiated by users of Python 3.2, so I think it's entirely viable to drop support for Python 3.2.

Alternatively, .travis.yml can be changed by pinning the version of virtualenv (travis-ci/travis-ci#5485):

    -  - pip install travis
    +  - pip install travis "virtualenv<14.0.0"

@JanLikar JanLikar changed the title Drop support for Python 3.2 Fix failing builds on Python 3.2 Jun 14, 2016
@sigmavirus24 sigmavirus24 merged commit d97c927 into PyCQA:master Jun 15, 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