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: Avoid typed-ast dependency #195

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Python: Avoid typed-ast dependency #195

merged 1 commit into from
Jan 30, 2023

Commits on Jan 26, 2023

  1. Python: Avoid typed-ast dependency

    The `typed-ast` package is being end-of-life'd soon. See python/typed_ast#179.
    Moreover, it is causing issues when building with Python 3.11+. See
    GaloisInc/cryptol#1491.  Thankfully, `typed-ast` is no longer required if you
    use sufficiently new versions of `mypy` and Python. This patch raises the lower
    version bounds to make it possible to shed the `typed-ast` dependency entirely.
    RyanGlScott committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3e2996e View commit details
    Browse the repository at this point in the history