Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
## Summary
See:
https://github.com/astral-sh/ruff/pull/24355#discussion_r3026446640.
Prior to Python 3.12, we need to avoid emitting formatted expressions
that span multiple lines in non-triple quoted f-strings.