Skip to content

Commit

Permalink
clean: Drop older Python releases from black
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Oct 11, 2023
1 parent 71eb788 commit a709438
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ replace = "__version_info__ = {new_version}"

[tool.black]
line-length = 98
target-version = ['py34', 'py35', 'py36', 'py37', 'py38']
target-version = [
"py39",
"py310",
"py311",
]
exclude = '''
/(
\.git
Expand Down

0 comments on commit a709438

Please sign in to comment.