From 61a1ed897ffc125a577ec949601066b686cc7d02 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 30 Aug 2025 18:10:21 +0200 Subject: [PATCH] chore: bump pyright minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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