Skip to content

Commit

Permalink
⬇️ refactor(pyproject.toml): Downgrade Python version to 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Feb 4, 2025
1 parent a5b4751 commit 5c16b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
numpy = "2.1.2"
aiohttp = "^3.8.3"
pydub = "^0.25.1"
Expand Down

0 comments on commit 5c16b45

Please sign in to comment.