Skip to content

Commit f5824c8

Browse files
authored
Test on python 3.10 (#20)
* Test on python 3.10 * run tests on main * .
1 parent 0ab62bc commit f5824c8

File tree

3 files changed

+51
-301
lines changed

3 files changed

+51
-301
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7"]
16+
python-version: ["3.8", "3.10"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- uses: abatilo/[email protected]
25-
with:
26-
poetry-version: 1.1.6
24+
- uses: abatilo/[email protected]
2725
- run: poetry install
2826
- run: poetry run pytest

0 commit comments

Comments
 (0)