From 929f41aea347d230459ab40223161acabe08e686 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 10 May 2024 08:59:19 -0700 Subject: [PATCH] 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 0f9d22c3ff5c..23b78c36d7bf 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 36efb36c321c..6fc5129e35c2 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: