bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

Replace collections.Iterable with collections.abc.Iterable #141

Closed MinmoTech closed 2 years ago

MinmoTech commented 2 years ago

Closes https://github.com/bastibe/SoundCard/issues/140

bastibe commented 2 years ago

Thank you very much for your contribution!

vrslev commented 2 years ago

@bastibe When are you planning on releasing new version that contains this fix? 🙏

bastibe commented 2 years ago

I hope I'll find time to do the release this week. Sorry, life is busy.

vrslev commented 2 years ago

I understand. Thanks ☺️

MinmoTech commented 2 years ago

I actually also need to ask for a new release now :)

bastibe commented 2 years ago

I am working on releasing soundfile at the moment. Once that is done, I'll do soundcard.

Terribly sorry that things take time, but I have kids, a job, and only a few hours a week I can dedicate to FOSS. If you want to help out, you can open a pull request with an updated changelog, or open an issue where you run the test suite on all the platforms you have access to. Or better yet, open a pull request that runs the test suite in Github's CI.