Skip to content

Commit

Permalink
support recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Jul 18, 2022
1 parent ce8418a commit 9af2d07
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 @@ -7,7 +7,7 @@ requires = [

[tool.black]
line-length = 120
target_version = ["py37", "py38"]
target_version = ["py37", "py38", "py39", "py310"]

[tool.pytest.ini_options]
markers = [
Expand Down

0 comments on commit 9af2d07

Please sign in to comment.