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 2022/02/26 02:07:29 UTC

[beam] 01/01: Build wheels for Python 3.9

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

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

commit f782b1efa7de9cd06c10ce17e9b2534e1b261764
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Feb 25 18:06:16 2022 -0800

    Build wheels for Python 3.9
---
 .github/workflows/build_wheels.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index ef40d5c..a85a8c7 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -207,13 +207,13 @@ jobs:
     strategy:
       matrix:
         os_python: [
-          {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-*"},
-          {"os": "macos-latest", "python": "cp36-* cp37-* cp38-*"},
-          {"os": "windows-latest", "python": "cp36-* cp37-* cp38-*"},
+          {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
+          {"os": "macos-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
+          {"os": "windows-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
         ]
         arch: [auto]
         include:
-          - os_python: {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-*"}
+          - os_python: {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-* cp39-*"}
             arch: aarch64
     steps:
     - name: Download python source distribution from artifacts