Skip to content

Commit

Permalink
Test on python 3.10 (#20)
Browse files Browse the repository at this point in the history
* Test on python 3.10

* run tests on main

* .
  • Loading branch information
max-sixty authored Jan 7, 2022
1 parent 0ab62bc commit f5824c8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 301 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
with:
poetry-version: 1.1.6
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run pytest
Loading

0 comments on commit f5824c8

Please sign in to comment.