Skip to content

Commit

Permalink
Merge pull request #5 from vincentclaes/python-3.7
Browse files Browse the repository at this point in the history
add python 3.7
  • Loading branch information
vincentclaes authored Apr 21, 2022
2 parents 87247e9 + b231093 commit ab84d62
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 114 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 3
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ setup:
pip3 install --upgrade pip
pip3 install poetry --upgrade
poetry install
poetry shell
# poetry shell

tests:
poetry run pytest
Loading

0 comments on commit ab84d62

Please sign in to comment.