From 726627976817faadf6f7905cef0d98de1d5df66f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 13 May 2023 20:22:15 +0200 Subject: [PATCH] Improve docs around pytho 3.11 --- .github/workflows/ci.yml | 2 +- docs/freqai.md | 6 +----- setup.sh | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd9bf02fb..9ecd27cc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -336,7 +336,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Documentation build run: | diff --git a/docs/freqai.md b/docs/freqai.md index b3cd8cd07..02b723a20 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -72,11 +72,7 @@ pip install -r requirements-freqai.txt ``` !!! Note - Catboost will not be installed on arm devices (raspberry, Mac M1, ARM based VPS, ...), since it does not provide wheels for this platform. - -!!! Note "python 3.11" - Some dependencies (Catboost, Torch) currently don't support python 3.11. Freqtrade therefore only supports python 3.10 for these models/dependencies. - Tests involving these dependencies are skipped on 3.11. + Catboost will not be installed on low-powered arm devices (raspberry), since it does not provide wheels for this platform. ### Usage with docker diff --git a/setup.sh b/setup.sh index cc7f3e2e6..84f804021 100755 --- a/setup.sh +++ b/setup.sh @@ -258,7 +258,7 @@ function install() { install_redhat else echo "This script does not support your OS." - echo "If you have Python version 3.8 - 3.10, pip, virtualenv, ta-lib you can continue." + echo "If you have Python version 3.8 - 3.11, pip, virtualenv, ta-lib you can continue." echo "Wait 10 seconds to continue the next install steps or use ctrl+c to interrupt this shell." sleep 10 fi