-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Remove python 3.6 references #25445
Remove python 3.6 references #25445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25445 +/- ##
==========================================
- Coverage 72.87% 72.82% -0.05%
==========================================
Files 750 751 +1
Lines 99501 99659 +158
==========================================
+ Hits 72509 72576 +67
- Misses 25624 25715 +91
Partials 1368 1368
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Run Python Dataflow ValidatesRunner |
@@ -20,7 +20,7 @@ | |||
set -euo pipefail | |||
|
|||
# Variable containing the python versions to install | |||
python_versions_arr=("3.8.9" "3.6.13" "3.7.10" "3.9.4" "3.10.1") | |||
python_versions_arr=("3.7.16" "3.8.16" "3.9.16" "3.10.10") |
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.
whichever version is in the beginning will be the default Python intepreter (e.g. when one runs python3
). This line will change default from 3.8 to 3.7. Let's keep it 3.8 or change to 3.9 / 3.10.
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.
Changed it. PTAL @tvalentyn
LGTM |
Fixes: #25002
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.md
with 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.