Skip to content

Commit

Permalink
Bump mypy minimal python option
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jun 21, 2024
1 parent 08e5e57 commit 2d3b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=51.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
ignore_missing_imports = true
allow_redefinition = true

Expand Down

0 comments on commit 2d3b2e3

Please sign in to comment.