File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments