From d3b5be6cb602cf01dcba26ede8f4050a9f5b513f Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Jun 2025 07:21:13 +0200 Subject: [PATCH] chore: update docs and ft_client taxonomy --- docs/windows_installation.md | 2 +- ft_client/pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/windows_installation.md b/docs/windows_installation.md index c824ee5de..936124b05 100644 --- a/docs/windows_installation.md +++ b/docs/windows_installation.md @@ -42,7 +42,7 @@ cd freqtrade Install ta-lib according to the [ta-lib documentation](https://github.com/TA-Lib/ta-lib-python#windows). -As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.10, 3.11 and 3.12) and for 64bit Windows. +As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.10, 3.11, 3.12 and 3.13) and for 64bit Windows. These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade. Other versions must be downloaded from the above link. diff --git a/ft_client/pyproject.toml b/ft_client/pyproject.toml index a29b3d08c..d69dad49d 100644 --- a/ft_client/pyproject.toml +++ b/ft_client/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: MacOS", "Operating System :: Unix", "Topic :: Office/Business :: Financial :: Investment",