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

Python 3.8 support #504

Merged
merged 14 commits into from
Nov 20, 2019
Merged

Python 3.8 support #504

merged 14 commits into from
Nov 20, 2019

Commits on Nov 19, 2019

  1. Bump pgproto to the latest

    1st1 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    366f072 View commit details
    Browse the repository at this point in the history
  2. Bump Cython & uvloop deps

    1st1 committed Nov 19, 2019
    3 Configuration menu
    Copy the full SHA
    13adb88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9754a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    786fbed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd91aa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad9c387 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddafaa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2cfff1 View commit details
    Browse the repository at this point in the history
  9. CI: Enable Python 3.8

    1st1 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    cc3ae9f View commit details
    Browse the repository at this point in the history
  10. CI: Don't run uvloop tests on built wheels

    Latest uvloop doesn't run on manylinux1.
    1st1 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9ee0a43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4027794 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Skip test_adversity on Windows & Python 3.8

    The way the test rig is written seems to be incompatible
    with ProactorEventLoop which is the dafault on Windows in
    Python 3.8
    1st1 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a9b3713 View commit details
    Browse the repository at this point in the history
  2. Use loop.start_tls() to upgrade connections to SSL

    The old way of TLS upgrade (openining a connection, asking postgres
    to do TLS and then duping the underlying socket) seems not to work
    anymore on Windows with Python 3.8.
    1st1 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    3375fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e585ef View commit details
    Browse the repository at this point in the history