-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Python 3.11 with a patch to current pickler. #26120
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
Conversation
|
Run Seed Job |
1 similar comment
|
Run Seed Job |
| # Leaving 'future' in our containers for now prevent breaking tft users. | ||
| future | ||
| guppy3 # Memory profiler | ||
| guppy3;python_version<"3.11" # Memory profiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AnandInguva can we link bugs here?
|
Run Seed Job |
|
Run Seed Job |
| nltk # Commonly used for natural language processing. | ||
| nose==1.3.7 # For Dataflow internal testing. TODO: remove this. | ||
| python-snappy # Optimizes execution of some Beam codepaths. | ||
| python-snappy;python_version<"3.11" # Optimizes execution of some Beam codepaths. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| python-snappy;python_version<"3.11" # Optimizes execution of some Beam codepaths. | |
| # TODO: Uncomment python version once python-snappy supports it. | |
| # https://github.com/apache/beam/issues/25985 | |
| python-snappy;python_version<"3.11" # Optimizes execution of some Beam codepaths. |
| # Leaving 'future' in our containers for now prevent breaking tft users. | ||
| future | ||
| guppy3 # Memory profiler | ||
| guppy3;python_version<"3.11" # Memory profiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| guppy3;python_version<"3.11" # Memory profiler | |
| # TODO: Uncomment python version once guppy supports it. | |
| # https://github.com/apache/beam/issues/25984 | |
| guppy3;python_version<"3.11" # Memory profiler |
|
Run Python 3.11 PostCommit |
|
Run Python Dataflow V2 ValidatesRunner |
|
Run Python 3.11 PostCommit |
|
Noting that tests have passed, but status have not propagated. |
Please add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.