mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
This fixes our Ruff target Python version for our Python module, which avoids it enforcing things that break compatibility like https://github.com/astral-sh/uv/issues/15176 --------- Co-authored-by: arielle <me@arielle.codes>
2 lines
72 B
TOML
2 lines
72 B
TOML
# It is important to retain compatibility here.
|
|
target-version = "py37"
|