15676 update python versions in pyproject.toml

This commit is contained in:
Arthur 2024-04-10 10:13:59 -07:00
parent c7f6c206cf
commit 57f64391fc

View File

@ -3,7 +3,7 @@
[tool.black]
line-length = 120
target_version = ['py38', 'py39', 'py310']
target_version = ['3.10', '3.11', '3.12']
skip-string-normalization = true
[tool.isort]