Skip to content

Commit

Permalink
Set pyright's Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 12, 2024
1 parent a8996d1 commit dfe4c09
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 @@ -129,7 +129,7 @@ force-sort-within-sections = true


[tool.pyright]
pythonVersion = "3.10"
pythonVersion = "3.9"
# DevGoal: "strict"
typeCheckingMode = "standard"
include = [
Expand Down

0 comments on commit dfe4c09

Please sign in to comment.