Skip to content

Commit

Permalink
Merge pull request #31 from mohamadkhalaj/main
Browse files Browse the repository at this point in the history
Support python 3.8+
  • Loading branch information
mohamadkhalaj authored Nov 1, 2023
2 parents c7fe367 + 40e6f37 commit 312dc06
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 @@ -11,7 +11,7 @@ readme = "README.md"
packages = [{ include = "aggify" }]

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
python = ">=3.8,<4.0"
mongoengine = ">= 0.27.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 312dc06

Please sign in to comment.