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

Remove support for python2.7 #1386

Merged
merged 7 commits into from May 26, 2020
Merged

Commits on Apr 23, 2020

  1. Remove support for python2.7

    Python 2.7 is officially dead and we are not going to make any new
    release that supports it.
    
    This removes py27 code but a follow-up will address other changes
    like dropping the need to use six library.
    ssbarnea committed Apr 23, 2020
    Copy the full SHA
    73c4766 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Copy the full SHA
    0f49217 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Copy the full SHA
    244c5cb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Copy the full SHA
    3f005ce View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3779567 View commit details
    Browse the repository at this point in the history
  3. Remove python 3.5

    insspb committed May 26, 2020
    Copy the full SHA
    4adc372 View commit details
    Browse the repository at this point in the history
  4. Restore travis

    insspb committed May 26, 2020
    Copy the full SHA
    4c0aa76 View commit details
    Browse the repository at this point in the history