mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Release v1.0.5rc1 (#528)
This commit is contained in:
parent
b82d0b62f1
commit
1008229553
5 changed files with 17 additions and 8 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -9,8 +9,8 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2022, macos-10.15]
|
||||
py: ["3.11-dev", "3.10", "3.9", "3.8", "3.7", "3.6"]
|
||||
os: [ubuntu-22.04, windows-2022, macos-10.15]
|
||||
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.py }}
|
||||
cache: "pip"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue