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
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Describe the issue
The pipes module was removed in Python 3.13 following deprecation. WA seems to only use it for the quote() function, which is available in the shlex module.
Describe the issue
The
pipesmodule was removed in Python 3.13 following deprecation. WA seems to only use it for thequote()function, which is available in theshlexmodule.