Skip to content

Commit a366fac

Browse files
l0lawrenceCopilot
andcommitted
Bump pyrightconfig pythonVersion to 3.10 for http-client-python CI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7dc511f commit a366fac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: internal
4+
packages:
5+
- "@typespec/http-client-python"
6+
---
7+
8+
Bump pyright-configured `pythonVersion` from 3.9 to 3.10 for CI type checking.

packages/http-client-python/eng/scripts/ci/config/pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"reportUnnecessaryCast": "warning",
33
"reportTypeCommentUsage": true,
44
"reportMissingImports": false,
5-
"pythonVersion": "3.9"
5+
"pythonVersion": "3.10"
66
}

0 commit comments

Comments
 (0)