Skip to content

Commit

Permalink
Updated Python version for Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 4, 2024
1 parent f508df8 commit ed13b76
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 @@ -81,7 +81,7 @@ addopts = "-rsx --tb=short"
testpaths = ["tests"]

[tool.mypy]
python_version = "3.7"
python_version = "3.8"

[tool.coverage.run]
source = ["asphalt.sqlalchemy"]
Expand Down

0 comments on commit ed13b76

Please sign in to comment.