Skip to content

Commit 4c0f384

Browse files
authored
require 3.12 for development (#1173)
1 parent aff49a9 commit 4c0f384

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
site
2-
.python-version
32
.venv
43
dist
54
__pycache__

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ quote-style = "single"
121121
"mcp-run-python/**/*.py" = ["D", "TID251"]
122122

123123
[tool.pyright]
124+
pythonVersion = "3.12"
124125
typeCheckingMode = "strict"
125126
reportMissingTypeStubs = false
126127
reportUnnecessaryIsInstance = false

0 commit comments

Comments
 (0)