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

PEP 604: from __future__ import annotations #841

Closed

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Apr 26, 2024

Pre-submission checklist

  • I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running pip install -r requirements-dev.txt && pre-commit install
  • pre-commit run

Summary

Fixes #827

Our GitHub Actions tests are failing on Python < 3.10 because of the use of PEP 604 syntax.

Test Plan

Get the GitHub Actions tests to pass.

@cclauss cclauss closed this Apr 26, 2024
@cclauss cclauss deleted the from-__future__-import-annotations branch April 26, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyre failing in python 3.8 and 3.9 due to new syntax
2 participants