compatible with python 3.8
This commit is contained in:
parent
35a4be4ee6
commit
e70611aa57
2 changed files with 140 additions and 109 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
|
@ -6,8 +6,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.9, 3.9.6]
|
||||
poetry-version: [1.1.7]
|
||||
python-version: [3.8.12, 3.9.10]
|
||||
poetry-version: [1.1.12]
|
||||
os: [ubuntu-18.04, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue