Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

v0.6.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 02:56
6523c74

This will likely be the last release of Gbulb. With the release of PyGObject 3.50.0, PyGObject now has native support for asyncio integration, removing the need for an external asyncio integration.

Bugfixes

  • Unix socket handling was corrected to support changes in Python 3.13. (#176)
  • PyGObject support was pinned to an upper version less than 3.50.0. (#185)

Misc