Skip to content

Commit

Permalink
Relax testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasds committed Jan 18, 2024
1 parent f5c04a8 commit 7e2b81d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
fail-fast: false
defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ log_cli_date_format = "%Y%m%dT%H%M%S"
[tool.coverage.run]
plugins = ["covdefaults"]

[tool.coverage.report]
fail_under = 90

[tool.mypy]
check_untyped_defs = true
disallow_untyped_defs = true
Expand Down

0 comments on commit 7e2b81d

Please sign in to comment.