Skip to content

Commit

Permalink
Fix 3.10 as the minimum Python
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Aug 14, 2024
1 parent 32033a4 commit 0751f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Internal change: Move `deploy_guard()` to its own function and refactor Enzyme vault deployment to more manageable
- Dependencies: Numpy < 2.x for now as it breaks too much stuff, updating dependencies is a headache
- Add and fixed: Various logging and diagnostics lines

- Fixed: [Uniswap Subgraphs now require an API key](https://github.com/tradingstrategy-ai/web3-ethereum-defi/pull/215)

# 0.25.7

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Discord = "https://discord.gg/5M88m9nM8H"
Sponsor = "https://tradingstrategy.ai"

[tool.poetry.dependencies]
python = ">=3.9,<4"
python = ">=3.10,<4"

# https://github.com/apache/arrow/pull/35412
# Last checked 2023-07, still broken
Expand Down

0 comments on commit 0751f6d

Please sign in to comment.