This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch release-2.23.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from c1766b2 [BEAM-10410] Move Kafka directly to io submodule.
add 579c650 fix formatting for pull request post-commit status table
add 44e49a3 [BEAM-9785] Add Python 3.8 postcommit tests (#11788)
add b1fd215 Adds Python 3.8 ValidatesRunner tests for Dataflow.
add 87b9bd7 Declare Python 3.8 support in setup.py
add 5d10d0e Adds a note about Python 3.8 support in CHANGES.md
new 8f800a8 [BEAM-10423] Add Py3.8 test infrastructure to the release
branch to unblock release validation.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 4 ++--
.test-infra/jenkins/README.md | 1 +
...tCommit_Python37.groovy => job_PostCommit_Python38.groovy} | 8 ++++----
.../job_PostCommit_Python_ValidatesRunner_Dataflow.groovy | 2 ++
CHANGES.md | 5 ++---
README.md | 2 +-
build.gradle | 11 +++++++++--
sdks/python/apache_beam/__init__.py | 2 +-
.../io/hdfs_integration_test/hdfs_integration_test.sh | 2 +-
sdks/python/setup.py | 3 ++-
sdks/python/test-suites/dataflow/{py37 => py38}/build.gradle | 2 +-
sdks/python/test-suites/direct/py37/build.gradle | 11 -----------
sdks/python/test-suites/direct/{py37 => py38}/build.gradle | 4 ++--
sdks/python/test-suites/portable/{py37 => py38}/build.gradle | 4 ++--
settings.gradle | 3 +++
15 files changed, 33 insertions(+), 31 deletions(-)
copy .test-infra/jenkins/{job_PostCommit_Python37.groovy =>
job_PostCommit_Python38.groovy} (84%)
copy sdks/python/test-suites/dataflow/{py37 => py38}/build.gradle (98%)
copy sdks/python/test-suites/direct/{py37 => py38}/build.gradle (94%)
copy sdks/python/test-suites/portable/{py37 => py38}/build.gradle (91%)