Skip to content

Commit 4469fac

Browse files
Use python >= 3.9 instead of ^3.9
Use python >= 3.9 instead of ^3.9
2 parents a304b25 + 0cab511 commit 4469fac

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
@@ -67,7 +67,7 @@ exclude = [
6767

6868
# Versions here the minimum required versions for the project. These should be as loose as possible.
6969
[tool.poetry.dependencies]
70-
python = "^3.9"
70+
python = ">=3.9"
7171
unidiff = ">=0.7.4"
7272
pytest = ">=7.0.0"
7373
gitpython = ">=3.1.31"

0 commit comments

Comments
 (0)