Skip to content

Commit

Permalink
Pyright should target python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Nov 9, 2024
1 parent d54b0f3 commit 8ab14a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pythonVersion": "3.10",
"pythonVersion": "3.11",
"pythonPlatform": "All",
"stubPath": "",
"typeCheckingMode": "strict",
Expand Down

0 comments on commit 8ab14a7

Please sign in to comment.