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

Document Python 3.9 support + enable local testing for it #8971

Merged
merged 3 commits into from
Oct 19, 2020

Commits on Oct 12, 2020

  1. Document and start testing Python 3.9 support

    At first use it for GitHub Action for linting.
    McSinyx committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    da7569a View commit details
    Browse the repository at this point in the history
  2. Bump mypy to 0.790 for Python 3.9 compat

    HashError.order is now annotated as an int to allow
    HashErrors.errors.sort(key=lambda e: e.order).  Alternatively we can
    define a function which assert e is not None but I prefer the more
    concise version, since we never raise HashError directly anyway.
    McSinyx committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    cf6ecab View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Pin vendoring to ~=0.3.3 in test suite

    Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
    McSinyx and pradyunsg authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c696442 View commit details
    Browse the repository at this point in the history