misc: align python version for ruff with min supported version

This commit is contained in:
Iain Learmonth 2026-05-21 13:28:30 +01:00
parent ab1a019972
commit ac03da59dc

View file

@ -48,5 +48,5 @@ line-length = 92
asyncio_default_fixture_loop_scope = "module"
[tool.ruff]
target-version = "py314"
target-version = "py313"
line-length = 92