This release (as compared to 0.2.3) only contains a small fix to make *pulsectl-asyncio* compatible with Python 3.11 and a small change to the packaging infrastructure. However, the package is now around for long enough that I consider it appropriate to declare it as "stable".
According to semantic versioning spec, future releases with non-backward compatible changes will be tagged with a new major version. In this case, I will try maintain the 1.x branch with bugfixes, if required, for at least some time.
Changes
* Use latest pulsectl release 22.3.2 for development and testing
* Change to declarative setuptools packaging configuration via `setup.cfg`
* Get rid of `inspect.getargspec()` for compatibility with Python 3.11
* Add Python 3.11 to ci test matrix