This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch tvalentyn-gha
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 57aa3e6f689 Support Python 3.12 in Beam.
discard 8b6741ad1e3 Support Python 3.12 in Dataflow.
discard a2e489db53c Build Python 3.12 wheels.
discard f9f8b59b3d3 Switch remaining GHA workflows to test Python 3.12.
discard be08e19d246 Gradle definitions for Python 3.12
discard 1391921c7d5 Add a tox suite for Py312.
discard f5fe5a5fe0d Define Python 3.12 test environments in tox.
add 999f7deb94e [Python] Add job name to GCS custom audit info (#31300)
add 902bf98c6f2 Define Python 3.12 test environments in tox.
add 357796d4b26 Add a tox suite for Py312.
add 060b9b35d79 Gradle definitions for Python 3.12
add 6b4848a1099 Switch remaining GHA workflows to test Python 3.12.
add fca3febef73 Build Python 3.12 wheels.
add ce22bd1b778 Support Python 3.12 in Dataflow.
add c84e23a623c Support Python 3.12 in Beam.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (57aa3e6f689)
\
N -- N -- N refs/heads/tvalentyn-gha (c84e23a623c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/io/gcp/gcsio.py | 48 ++++++++++++++++------
sdks/python/apache_beam/io/gcp/gcsio_test.py | 47 +++++++++++++++++++++
.../runners/dataflow/internal/apiclient.py | 20 ++-------
.../apache_beam/runners/interactive/utils.py | 18 +-------
.../runners/portability/sdk_container_builder.py | 14 ++-----
.../dataflow/{py310 => py312}/build.gradle | 2 +-
.../direct/{py38 => py312}/build.gradle | 2 +-
.../portable/{py310 => py312}/build.gradle | 2 +-
8 files changed, 94 insertions(+), 59 deletions(-)
copy sdks/python/test-suites/dataflow/{py310 => py312}/build.gradle (97%)
copy sdks/python/test-suites/direct/{py38 => py312}/build.gradle (97%)
copy sdks/python/test-suites/portable/{py310 => py312}/build.gradle (97%)