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

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


The following commit(s) were added to refs/heads/master by this push:
     new 929f41aea34 Publish snapshots for Python 3.12 container images. 
(#31237)
929f41aea34 is described below

commit 929f41aea347d230459ab40223161acabe08e686
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Fri May 10 08:59:19 2024 -0700

    Publish snapshots for Python 3.12 container images. (#31237)
    
    * Publish snapshots for Py3.12 container.
    
    * Add a license for a new dep.
    
    * fixup
---
 .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml  | 1 +
 sdks/python/container/license_scripts/dep_urls_py.yaml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 0f9d22c3ff5..23b78c36d7b 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -70,6 +70,7 @@ jobs:
           - "python:container:py39"
           - "python:container:py310"
           - "python:container:py311"
+          - "python:container:py312"
     steps:
       - uses: actions/checkout@v4
       - name: Setup repository
diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml 
b/sdks/python/container/license_scripts/dep_urls_py.yaml
index 36efb36c321..6fc5129e35c 100644
--- a/sdks/python/container/license_scripts/dep_urls_py.yaml
+++ b/sdks/python/container/license_scripts/dep_urls_py.yaml
@@ -133,6 +133,8 @@ pip_dependencies:
     license: "https://github.com/PiotrDabkowski/pyjsparser/blob/master/LICENSE";
   pymongo:
     license: 
"https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE";
+  pyproject_hooks:
+    license: 
"https://raw.githubusercontent.com/pypa/pyproject-hooks/main/LICENSE";
   python-gflags:
     license: 
"https://raw.githubusercontent.com/google/python-gflags/master/COPYING";
   pyvcf:

Reply via email to