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
That test failure is because using a synchronous with statement on an async context manager changed from raising AttributeError to raising TypeError. It's not material to the functioning of the library.
trio-asyncio is not particularly maintained but as far as I know it still works fine in practice on recent Pythons.
Hi, we're seeing the following test fail on 0.12.0 with python 3.11.3. Is this project still maintained and will it be updated for python 3.11?
The text was updated successfully, but these errors were encountered: