Skip to content

Commit

Permalink
Fix for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Feb 7, 2023
1 parent d20eb9d commit 744e91d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ develop = [
"gitlint-core==0.18.0",
'isort==5.12.0; python_version >= "3.8"',
'isort==5.11.4; python_version < "3.8"',
"pre-commit==3.0.4",
'pre-commit==3.0.4; python_version >= "3.8"',
'pre-commit==2.21.0; python_version < "3.8"',
]
packaging = [
"build",
Expand Down

0 comments on commit 744e91d

Please sign in to comment.