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

Upgrade Apache Beam to use Cython 3.x. #32112

Merged
merged 5 commits into from
Aug 9, 2024
Merged

Commits on Aug 8, 2024

  1. Upgrade Beam to use Cython 3.

    Many files, including all of those that would be likely to have issues with
    string/bytes, were already setting language level to 3.
    
    Taking a pass through the compiled files, I did not see any incompatibilities.
    
    Tests seem to be fine as well.
    robertwb committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    679e9d7 View commit details
    Browse the repository at this point in the history
  2. Update base image requirements.

    Not running script due to pre-exising issues.
    robertwb committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c825434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b7e842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de0c46 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    00de740 View commit details
    Browse the repository at this point in the history