You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://peps.python.org/pep-0639/
Fixes issues like:
SyntaxWarning: invalid escape sequence '\['
verb_loop = re.compile("^( .*)@\[[a-z]*\]", re.MULTILINE)
/root/.cache/uv/builds-v0/.tmp70O2Lb/lib/python3.13/site-packages/setupto
ols/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is
deprecated
(that's for setuptools, but meson-python should throw a similar error at some point)
0 commit comments