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] Add support for Python 3.10 #48

Merged
merged 1 commit into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. Get Buck working for 3.10 (facebook#2696) (facebook#2697)

    Cherry-picked from
    facebook@1ae1e6c
    
    Summary:
    Pull Request resolved: facebook#2696
    
    On 3.10 some `collections` classes have been moved to
    `collections.abc` and it causes Buck 1 to crash. This diff fixes those
    instances.
    
    Really pex should be upgraded, but I made an attempt and it was very difficult
    due to our custom changes to pex.
    
    Reviewed By: bigfootjon
    
    fbshipit-source-id: 15a7bb96e664d5169b12de09e9157571782c861f
    
    Co-authored-by: Lisa Roach <[email protected]>
    2 people authored and shepting committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7baa2f1 View commit details
    Browse the repository at this point in the history