Skip to content

Commit e315fbf

Browse files
chore: Remove Python <4 constraint (#6)
1 parent 0dcd051 commit e315fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages = [
3131
]
3232

3333
[tool.poetry.dependencies]
34-
python = "^3.7"
34+
python = ">=3.7"
3535

3636
[tool.poetry.group.dev.dependencies]
3737
flake8 = "^4.0.1"

0 commit comments

Comments
 (0)