dispatchrun / dispatch-py

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

Add support for Python 3.9 #43

Closed achille-roussel closed 7 months ago

achille-roussel commented 9 months ago

Our project currently requires Python 3.11 or later. However, popular Linux distributions still ship with older Python versions. Supporting older Python versions will enable the SDK to be used in many more contexts.

Most of the work should be in frame.c, where the native CPython extensions are implemented.

This issue is tracking adding support for Python 3.9.