diff --git a/pyproject.toml b/pyproject.toml index 24aadb26d..dda6811ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -224,7 +224,7 @@ exclude = [ ] ignore = ["freqtrade/vendor/**"] pythonPlatform = "All" -pythonVersion = "3.9" +pythonVersion = "3.11" typeCheckingMode = "off" # analyzeUnannotatedFunctions = false