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 3.6 support #2210

Merged
merged 12 commits into from
Jan 24, 2022
Merged

Drop Python 3.6 support #2210

merged 12 commits into from
Jan 24, 2022

Commits on Jan 15, 2022

  1. Drop Python 3.6 support

    agronholm committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    45f85da View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    5ca9264 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    7a1b186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c023ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d130f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ffc1b1 View commit details
    Browse the repository at this point in the history
  5. Restored the frame hiding trick

    Turns out it this is still needed on PyPy.
    agronholm committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    d24c7d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Stop checking for warn_on_full_buffer

    PyPy added support in 7.3.4, the first release with Python 3.7 support
    that was not beta.
    pquentin committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    dff4c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16bcc3 View commit details
    Browse the repository at this point in the history
  3. Remove TCP_NOTSENT_LOWAT definitions

    They always exist in Python 3.7+
    pquentin committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    babc929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a554b6b View commit details
    Browse the repository at this point in the history
  5. Removed check for ssl.OP_NO_TLSv1_3

    This flag was introduced in Python 3.7 so it's always there now.
    agronholm committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d2ceef8 View commit details
    Browse the repository at this point in the history