mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
Actions: Add Python 3.9
This commit is contained in:
parent
d893697eab
commit
edd5603661
3 changed files with 42 additions and 0 deletions
14
.github/workflows/windows.yaml
vendored
14
.github/workflows/windows.yaml
vendored
|
|
@ -63,6 +63,20 @@ jobs:
|
|||
run: |
|
||||
ci/runtests.sh
|
||||
|
||||
- name: Python 3.9 (amd64)
|
||||
env:
|
||||
PYTHON: "py -3.9-64"
|
||||
shell: bash
|
||||
run: |
|
||||
ci/runtests.sh
|
||||
|
||||
- name: Python 3.9 (x86)
|
||||
env:
|
||||
PYTHON: "py -3.9-32"
|
||||
shell: bash
|
||||
run: |
|
||||
ci/runtests.sh
|
||||
|
||||
- name: Upload Wheels
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue