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

Dropped support for Python 2 #1954

Merged
merged 11 commits into from
May 15, 2020
Merged

Dropped support for Python 2 #1954

merged 11 commits into from
May 15, 2020

Commits on May 15, 2020

  1. Removed all Python 2 tests and checks

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    533675e View commit details
    Browse the repository at this point in the history
  2. Removed six dependency

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    382b284 View commit details
    Browse the repository at this point in the history
  3. Removed __future__ imports

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2c54688 View commit details
    Browse the repository at this point in the history
  4. Updated docs

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9e9ea68 View commit details
    Browse the repository at this point in the history
  5. Removed Python 2.7 references from the Dockerfiles

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e8a89e5 View commit details
    Browse the repository at this point in the history
  6. Removed Spark Python 2.7 workaround

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    521ce37 View commit details
    Browse the repository at this point in the history
  7. Added python_requires for version 3.6

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    4de3467 View commit details
    Browse the repository at this point in the history
  8. Fixed None tests

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9c50401 View commit details
    Browse the repository at this point in the history
  9. Updated changelog

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7b3c129 View commit details
    Browse the repository at this point in the history
  10. Removed Python 2 fallback imports

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    b5ccf81 View commit details
    Browse the repository at this point in the history
  11. De Morgan's

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f5ae608 View commit details
    Browse the repository at this point in the history