Skip to content

Commit

Permalink
Remove py311 from black
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Dec 13, 2023
1 parent 258eb28 commit 667bb4d
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 @@ -3,7 +3,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py37', 'py38', 'py39', 'py310']
skip-string-normalization = true

[tool.poetry]
Expand Down

0 comments on commit 667bb4d

Please sign in to comment.