Skip to content

Commit

Permalink
update python version and add pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Nov 11, 2024
1 parent 8fbd613 commit 6231df4
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 3 deletions.
99 changes: 97 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
pytest-cov = "^6.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 6231df4

Please sign in to comment.