mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
Support Python 3.10 and Drop Python 3.5 (#487)
* linux: Use manylinux2014 * mac: Drop Python 3.6 too
This commit is contained in:
parent
9b84e490e7
commit
b3f7254192
7 changed files with 49 additions and 24 deletions
14
.github/workflows/windows.yaml
vendored
14
.github/workflows/windows.yaml
vendored
|
|
@ -77,6 +77,20 @@ jobs:
|
|||
run: |
|
||||
ci/runtests.sh
|
||||
|
||||
- name: Python 3.10 (amd64)
|
||||
env:
|
||||
PYTHON: "py -3.10-64"
|
||||
shell: bash
|
||||
run: |
|
||||
ci/runtests.sh
|
||||
|
||||
- name: Python 3.10 (x86)
|
||||
env:
|
||||
PYTHON: "py -3.10-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