Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

allow buck to be built at newer version of Python #2740

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 4, 2023

  1. allow buck to be built at newer version of Python

    Summary:
    See facebook#2696 for another example.
    
    In Python 3.3 types like `Sequence` were moved to the
    `collections.abc` submodule. The aforementioned PR fixed runtime
    issues, but the bin/buck Python bootstrapping script still failed with
    non-ancient versions of Python.
    
    Test Plan: Built and ran buck1 successfully on my machine.
    dagitses committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c507636 View commit details
    Browse the repository at this point in the history