CamilleTeruel commented on code in PR #4946: URL: https://github.com/apache/incubator-devlake/pull/4946#discussion_r1169777430
########## backend/python/plugins/azuredevops/pyproject.toml: ########## @@ -21,7 +21,7 @@ authors = ["Hezheng Yin <[email protected]>"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" Review Comment: This version spec still matches 3.10 It should be: `python = "^3.9.16"` or `python = "~3.9"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
