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 Jun 3, 2023. It is now read-only.
I'm using Python 3.10.9 and wanted to try out Transit for a project, but it does not import because Python moved some stuff used by this project from the collections module to collections.abc. It seems it was deprecated in 3.3 and removed in/after 3.9.
I'm using Python 3.10.9 and wanted to try out Transit for a project, but it does not import because Python moved some stuff used by this project from the
collectionsmodule tocollections.abc. It seems it was deprecated in 3.3 and removed in/after 3.9.https://docs.python.org/3/library/collections.abc.html
Is this library still supported/recommended for use in new projects?