Skip to content

Commit

Permalink
Changed: support Python 3.8, 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Jul 27, 2024
1 parent e3303d0 commit 0f1aa13
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 @@ include = ["CHANGELOG.md"]
license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
python = ">=3.8,<4.0"
spond = ">=1.0.0"
pydantic = ">=2.7.1"

Expand Down

0 comments on commit 0f1aa13

Please sign in to comment.