dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

Python 3.9 support #140

Closed chriso closed 6 months ago

chriso commented 6 months ago

This PR adds support for Python 3.9.

I had to refactor to avoid things only available in 3.10+:

I could add __slots__ manually, but I think this is in premature optimization territory.

This fixes #43.