mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
66c1c0d24c
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>
3 lines
72 B
TOML
3 lines
72 B
TOML
# It is important to retain compatibility here.
|
|
target-version = "py37"
|