Skip to content

Commit

Permalink
drop 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 24, 2024
1 parent c4d36fd commit c4ad18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
FMP_API_KEY: ${{ secrets.FMP_API_KEY }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Repository = "https://github.com/quantmind/quantflow"
Documentation = "https://quantmind.github.io/quantflow/"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.11,<3.13"
numpy = "^1.22.3"
scipy = "^1.10.1"
aiohttp = {version = "^3.8.1", optional = true}
Expand Down

0 comments on commit c4ad18b

Please sign in to comment.