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
Although a tomli copy is vendored, doing this conditional import allows:
- automatically upgrading the code, when the time comes to drop py3.10
support
- slightly simplifying debundling support, as it's no longer necessary
to depend on a tomli(-wheel)? package on sufficiently newer versions
of python.
0 commit comments