Breaking Changes
This release completely rewrites Supriya's internals, and replaces a number of old classes with new implementations.
- ``supriya.realtime.Server`` and ``supriya.realtime.AsyncServer`` become ``supriya.contexts.realtime.Server`` and ``supriya.contexts.realtime.AsyncServer``
- ``supriya.nonrealtime.Session`` becomes ``supriya.contexts.nonrealtime.Score``, and is considerably simplified from the previous class; it no longer allows for introspection
- ``supriya.providers.Provider`` is replaced by a new base class ``supriya.contexts.core.Context`` which provides the common interface across concrete ``Server``, ``AsyncServer`` and ``Score`` classes
What's Changed
* Replace Server/Session/Provider with Context by josiah-wolf-oberholtzer in https://github.com/josiah-wolf-oberholtzer/supriya/pull/323
* Fix OSX GHA by josiah-wolf-oberholtzer in https://github.com/josiah-wolf-oberholtzer/supriya/pull/324
**Full Changelog**: https://github.com/josiah-wolf-oberholtzer/supriya/compare/23.2b1...23.3b0