mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +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
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
|
|
@ -47,6 +47,17 @@ jobs:
|
|||
pytest -v test
|
||||
|
||||
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Run test (3.10)
|
||||
run: |
|
||||
pip install pytest
|
||||
pip install -v msgpack --only-binary :all: --no-index -f dist/wheelhouse
|
||||
pytest -v test
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue