Skip to content

Commit

Permalink
Set Python to >=3.6 Instead of ^3.6. Fix #244
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 27, 2022
1 parent b277474 commit d39541d
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 @@ -18,7 +18,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = ">=3.6"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand Down

0 comments on commit d39541d

Please sign in to comment.