Skip to content

Commit

Permalink
update python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Aug 3, 2024
1 parent 682ca16 commit 3b37ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b37ae2

Please sign in to comment.