diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b09e667..5e80569 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@v3 with: - python-version: "3.11" + python-version: "<=3.11.9" - name: Install system dependencies run: | bash scripts/install-talib.sh diff --git a/pyproject.toml b/pyproject.toml index 57cf73f..ca91e19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "trade_flow" version = "0.0.1" description = "TradeFlow is an intelligent trading bot that leverages automation and analysis to navigate markets for you" readme = "README.md" -requires-python = "==3.11" +requires-python = "<=3.11.9" keywords = ["algo", "trading", "trade_flow", "deep learning", "machine learning", "ai"] classifiers = [ "Programming Language :: Python :: 3",