add py312 to black target versions

This commit is contained in:
Sam Schott 2024-03-24 16:38:25 +01:00
parent 1a3f50e82a
commit b098b66fe6

View File

@ -101,4 +101,4 @@ ignore_missing_imports = true
[tool.black]
line-length = 88
target-version = ["py38", "py39", "py310", "py311"]
target-version = ["py38", "py39", "py310", "py311", "py312"]