Skip to content

Commit

Permalink
add python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentclaes committed Apr 21, 2022
1 parent 87247e9 commit e39ea71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["vincent <[email protected]>"]
license = "GNU GPLv3"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
rich = "^12.0.1"
textual = "^0.1.17"
typer = "^0.4.1"
Expand Down

0 comments on commit e39ea71

Please sign in to comment.