Skip to content

Commit

Permalink
15676 update python versions in pyproject.toml (#15687)
Browse files Browse the repository at this point in the history
* 15676 update python versions in pyproject.toml

* 15676 update formatting
  • Loading branch information
arthanson committed Apr 10, 2024
1 parent dfae19c commit 89dd423
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 @@

[tool.black]
line-length = 120
target_version = ['py38', 'py39', 'py310']
target_version = ['py310', 'py311', 'py312']
skip-string-normalization = true

[tool.isort]
Expand Down

0 comments on commit 89dd423

Please sign in to comment.