Skip to content

Commit 2cfc453

Browse files
pyright: Bump Python version to check for to 3.11
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent e52bfbd commit 2cfc453

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
@@ -198,7 +198,7 @@ exclude = [
198198
extraPaths = ["stubs"]
199199
include = ["xcp", "tests"]
200200
pythonPlatform = "Linux"
201-
pythonVersion = "3.6"
201+
pythonVersion = "3.11"
202202
reportFunctionMemberAccess = true
203203
reportGeneralTypeIssues = "warning"
204204
reportOptionalMemberAccess = "warning"

0 commit comments

Comments
 (0)