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 #306

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 23, 2023

  1. Do not use u-strings

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    27bb4ce View commit details
    Browse the repository at this point in the history
  2. Remove "coding" pragma

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a284dec View commit details
    Browse the repository at this point in the history
  3. Remove __future__ imports

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1ceeaf1 View commit details
    Browse the repository at this point in the history
  4. Do not explicitly extend object

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d1fd32f View commit details
    Browse the repository at this point in the history
  5. Use str.format()

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1cc86cc View commit details
    Browse the repository at this point in the history
  6. Remove unneeded six stuff

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c3b305c View commit details
    Browse the repository at this point in the history
  7. Use dict literals

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9141483 View commit details
    Browse the repository at this point in the history
  8. Remove redundant open() flags

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    de3d930 View commit details
    Browse the repository at this point in the history
  9. Use simpler super()

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    783632f View commit details
    Browse the repository at this point in the history
  10. Remove six dependency

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    24c297c View commit details
    Browse the repository at this point in the history
  11. Fix formatting

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    56910e6 View commit details
    Browse the repository at this point in the history
  12. Fix setup.py

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5070204 View commit details
    Browse the repository at this point in the history
  13. Remove py27 tox venv

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    51484bf View commit details
    Browse the repository at this point in the history
  14. Update README

    kytta committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    565686a View commit details
    Browse the repository at this point in the history