misc: align python version for ruff with min supported version
This commit is contained in:
parent
ab1a019972
commit
ac03da59dc
1 changed files with 1 additions and 1 deletions
|
|
@ -48,5 +48,5 @@ line-length = 92
|
|||
asyncio_default_fixture_loop_scope = "module"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py314"
|
||||
target-version = "py313"
|
||||
line-length = 92
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue