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 Python 2.7 #936

Merged
merged 12 commits into from Mar 21, 2022
Merged

Drop Python 2.7 #936

merged 12 commits into from Mar 21, 2022

Commits on Mar 20, 2022

  1. Drop Python 2.7

    The tooling situation around Python 2 has deteriorate to such a degree that
    upholding compatibility is not tenable anymore for a volunteer-run project.
    
    Signed-off-by: Hynek Schlawack <hs@ox.cx>
    hynek committed Mar 20, 2022
    Copy the full SHA
    123f217 View commit details
    Browse the repository at this point in the history
  2. Add newsfragment

    hynek committed Mar 20, 2022
    Copy the full SHA
    b2c7d82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00731a6 View commit details
    Browse the repository at this point in the history
  4. Wait for py35 in parallel

    hynek committed Mar 20, 2022
    Copy the full SHA
    9247266 View commit details
    Browse the repository at this point in the history
  5. Remove fullmatch kludge

    hynek committed Mar 20, 2022
    Copy the full SHA
    9d55cba View commit details
    Browse the repository at this point in the history
  6. Remove Python 2-specific code

    hynek committed Mar 20, 2022
    Copy the full SHA
    a703517 View commit details
    Browse the repository at this point in the history
  7. Revert empty slot test

    Also disable pyupgrade on that file.
    
    Signed-off-by: Hynek Schlawack <hs@ox.cx>
    hynek committed Mar 20, 2022
    Copy the full SHA
    c1ed1fa View commit details
    Browse the repository at this point in the history
  8. We DO run under 3.5

    hynek committed Mar 20, 2022
    Copy the full SHA
    f45a79f View commit details
    Browse the repository at this point in the history
  9. Remove __qualname__ workarounds

    hynek committed Mar 20, 2022
    Copy the full SHA
    4052cfe View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    86c857c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update changelog.d/936.breaking.rst

    Co-authored-by: Tin Tvrtković <tinchester@gmail.com>
    hynek and Tinche committed Mar 21, 2022
    Copy the full SHA
    44e3681 View commit details
    Browse the repository at this point in the history
  2. Compare methods using is

    hynek committed Mar 21, 2022
    Copy the full SHA
    bfd887b View commit details
    Browse the repository at this point in the history