Skip to content

Commit 304420a

Browse files
[release-2.37.0][BEAM-12000] Build wheels for Python 3.9 #16964 (#16968)
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
1 parent 503268b commit 304420a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ jobs:
207207
strategy:
208208
matrix:
209209
os_python: [
210-
{"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-*"},
211-
{"os": "macos-latest", "python": "cp36-* cp37-* cp38-*"},
212-
{"os": "windows-latest", "python": "cp36-* cp37-* cp38-*"},
210+
{"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
211+
{"os": "macos-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
212+
{"os": "windows-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},
213213
]
214214
arch: [auto]
215215
include:
216-
- os_python: {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-*"}
216+
- os_python: {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-* cp39-*"}
217217
arch: aarch64
218218
steps:
219219
- name: Download python source distribution from artifacts

0 commit comments

Comments
 (0)