Skip to content

Commit

Permalink
Make black use version 22.12 for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wilson committed Jan 10, 2024
1 parent 1c14508 commit 562fc2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dynamic = ["version"]
[project.optional-dependencies]
build = ["maturin ~= 1.4"]
test = [
"black ~= 23.12",
"black ~= 23.12; python_version >= \"3.8\"",
"black ~= 22.12; python_version == \"3.7\"",
"hypothesis ~= 6.79",
"pytest ~= 7.4",
"pytest-asyncio ~= 0.21",
Expand Down

0 comments on commit 562fc2b

Please sign in to comment.