Skip to content

Commit 66a7369

Browse files
chore: align pyright pythonVersion with requires-python floor
Address Greptile P2: pyright was still targeting 3.12 while the runtime floor was lowered to 3.11. Aligning so CI type-checks against 3.11 semantics — catches 3.11-vs-3.12 stdlib/overload drift that would otherwise slip through. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f3b35c4 commit 66a7369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ filterwarnings = [
193193
[tool.pyright]
194194
# Default to basic type checking, but override for specific directories
195195
typeCheckingMode = "basic"
196-
pythonVersion = "3.12"
196+
pythonVersion = "3.11"
197197

198198
exclude = [
199199
"_dev",

0 commit comments

Comments
 (0)