Skip to content

Commit 9936752

Browse files
committed
fix: mypy python target
1 parent 65c3b96 commit 9936752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages = ["src/socketio-stubs"]
7373
include = ["src/socketio-stubs"]
7474

7575
[tool.mypy]
76-
python_version = "3.10"
76+
python_version = "3.11"
7777
strict = true
7878
disable_error_code = "import-untyped,overload-overlap,override"
7979
disallow_subclassing_any = false

0 commit comments

Comments
 (0)