Skip to content

Commit d3b5be6

Browse files
committed
chore: update docs and ft_client taxonomy
1 parent 473a15c commit d3b5be6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/windows_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cd freqtrade
4242

4343
Install ta-lib according to the [ta-lib documentation](https://github.com/TA-Lib/ta-lib-python#windows).
4444

45-
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.
45+
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.
4646
These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade.
4747

4848
Other versions must be downloaded from the above link.

ft_client/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Operating System :: MacOS",
2728
"Operating System :: Unix",
2829
"Topic :: Office/Business :: Financial :: Investment",

0 commit comments

Comments
 (0)