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

Remove python 3.6 references #25445

Merged
merged 2 commits into from
Feb 14, 2023
Merged

Remove python 3.6 references #25445

merged 2 commits into from
Feb 14, 2023

Conversation

AnandInguva
Copy link
Contributor

@AnandInguva AnandInguva commented Feb 13, 2023

Fixes: #25002


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: 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, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

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)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@AnandInguva
Copy link
Contributor Author

R: @tvalentyn @aaltay

@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #25445 (d53518b) into master (198b93e) will decrease coverage by 0.05%.
The diff coverage is 35.34%.

@@            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              
Flag Coverage Δ
python 82.17% <35.34%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...e/pytorch_image_classification_with_side_inputs.py 0.00% <0.00%> (ø)
...apache_beam/runners/dataflow/internal/apiclient.py 76.80% <ø> (+0.07%) ⬆️
sdks/python/apache_beam/io/filesystem.py 88.59% <83.33%> (-0.09%) ⬇️
sdks/python/apache_beam/ml/inference/utils.py 92.15% <89.74%> (-7.85%) ⬇️
sdks/python/apache_beam/io/fileio.py 96.11% <100.00%> (+0.01%) ⬆️
sdks/python/apache_beam/utils/interactive_utils.py 95.12% <0.00%> (-2.44%) ⬇️
...python/apache_beam/runners/worker/worker_status.py 75.33% <0.00%> (-1.34%) ⬇️
sdks/python/apache_beam/internal/metrics/metric.py 93.00% <0.00%> (-1.00%) ⬇️
...hon/apache_beam/runners/direct/test_stream_impl.py 93.28% <0.00%> (-0.75%) ⬇️
...eam/runners/portability/fn_api_runner/execution.py 92.49% <0.00%> (-0.64%) ⬇️
... and 9 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AnandInguva
Copy link
Contributor Author

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")
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it. PTAL @tvalentyn

.test-infra/tools/python_installer.sh Outdated Show resolved Hide resolved
.test-infra/tools/README.md Outdated Show resolved Hide resolved
.test-infra/tools/README.md Outdated Show resolved Hide resolved
AnandInguva

This comment was marked as off-topic.

@tvalentyn
Copy link
Contributor

LGTM

@tvalentyn tvalentyn merged commit 1dfd89d into apache:master Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Py quick start has out dated python version information
2 participants