You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2023/04/05 19:43:58 UTC

[beam] branch master updated (131e5d3adc4 -> 87db1ae2c04)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 131e5d3adc4 Update dockerhub guidance (#26124)
     add e103f776555 Add Python 3.11 for GHA python tests Update python minor version Add py311 to python tests
     add 1ae81cbefee Add use-pep 517 flag
     add 1c13aa9f14a Add python 3.11 to test-properties.json Add Python 3.11 to PostCommit and Precommits that run on Jenkins fix groovy file Add context to a TODO comment
     add 2c47f7cecf0 Add 3.11 to dataflow api_client
     add 8be511cc073 Add Python 3.11 to test-suites Add Python 3.11 to tox
     add 708010fd644 Add python 3.11 to settings.gradle.kts
     add b6dbc9de8ed Add Python 3.11 to doc fix tox task
     add 165c82dd219 Update pyarrow version in setup.py, and add tests in tox fix tox task Update tenacity
     add 1acd08f3b83 Update cython version in tox
     add 16be446a6fd add conditions for deps for which py311 wheels are not built
     add 3d0ee7b4ccb Monkey-patch dill 0.3.1.1 to support Python 3.11
     add 15811379b53 Update base image requirements.
     add c6b2800806e Announce Python 3.11 changes
     add 87db1ae2c04 Support Python 3.11 (#26121)

No new revisions were added by this update.

Summary of changes:
 .../test-properties.json                           |  12 +--
 .github/workflows/build_wheels.yml                 |   2 +-
 .github/workflows/python_tests.yml                 |   7 +-
 .test-infra/jenkins/PythonTestProperties.groovy    |   3 +-
 .../jenkins/job_PreCommit_Portable_Python.groovy   |   8 +-
 CHANGES.md                                         |   3 +-
 build.gradle.kts                                   |  16 ++-
 sdks/python/apache_beam/__init__.py                |   2 +-
 sdks/python/apache_beam/internal/dill_pickler.py   | 119 +++++++++++++++++++++
 .../runners/dataflow/internal/apiclient.py         |   2 +-
 .../runners/dataflow/internal/apiclient_test.py    |   2 +-
 .../container/base_image_requirements_manual.txt   |   8 +-
 sdks/python/container/build.gradle                 |   5 +-
 .../container/py310/base_image_requirements.txt    |  16 +--
 .../{py310 => py311}/base_image_requirements.txt   |  22 ++--
 sdks/python/container/{py38 => py311}/build.gradle |   2 +-
 .../container/py37/base_image_requirements.txt     |  12 +--
 .../container/py38/base_image_requirements.txt     |  16 +--
 .../container/py39/base_image_requirements.txt     |  16 +--
 sdks/python/setup.py                               |   7 +-
 .../dataflow/{py310 => py311}/build.gradle         |   2 +-
 .../direct/{py37 => py311}/build.gradle            |   2 +-
 sdks/python/test-suites/gradle.properties          |  24 ++---
 .../portable/{py310 => py311}/build.gradle         |   2 +-
 .../test-suites/tox/{py310 => py311}/build.gradle  |   6 +-
 sdks/python/tox.ini                                |  31 ++++--
 settings.gradle.kts                                |   5 +
 .../content/en/documentation/programming-guide.md  |   2 +-
 28 files changed, 256 insertions(+), 98 deletions(-)
 copy sdks/python/container/{py310 => py311}/base_image_requirements.txt (92%)
 copy sdks/python/container/{py38 => py311}/build.gradle (97%)
 copy sdks/python/test-suites/dataflow/{py310 => py311}/build.gradle (97%)
 copy sdks/python/test-suites/direct/{py37 => py311}/build.gradle (97%)
 copy sdks/python/test-suites/portable/{py310 => py311}/build.gradle (97%)
 copy sdks/python/test-suites/tox/{py310 => py311}/build.gradle (90%)