summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yaml
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-12-11 19:31:24 +0900
committerInada Naoki <songofacandy@gmail.com>2020-12-11 19:31:24 +0900
commitedd56036616e5f7211d5cd840a4d00bb43a7f9ee (patch)
tree1e499d4de37894a5a329be84be2668a9eaad91f6 /.github/workflows/windows.yaml
parentd893697eab07a2cf2a02f5115d4e7bae99d07e3f (diff)
downloadmsgpack-python-edd56036616e5f7211d5cd840a4d00bb43a7f9ee.tar.gz
Actions: Add Python 3.9
Diffstat (limited to '.github/workflows/windows.yaml')
-rw-r--r--.github/workflows/windows.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml
index cecb825..139a5a6 100644
--- a/.github/workflows/windows.yaml
+++ b/.github/workflows/windows.yaml
@@ -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: