-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate async_generator #35
Comments
I was just about to file an issue asking if you were considering this. I think it'd be worth and yeah, formally marking it deprecated seems fine. As a data point, the latest NumPy release dropped 3.7 support, so I think you're justified dropping a library that exists mostly for 3.5 and slightly for 3.6 :) |
FTR |
reminder that this library exports |
Tests are failing with Python 3.12. Worth keeping this around or just dumping it? |
it should probably be kept around for the sake of |
Now that Python 3.6 reached EOL, I believe this library does more harm than good and we should deprecate it and eventually archive it. What do you think?
The text was updated successfully, but these errors were encountered: