inngest/inngest-py

Python 3.9 compatibility

slep0v opened this issue · 2 comments

Hello, do you have plans to add support for python 3.9?

This will allow inngest-py apps to be hosted on vercel, as they support only 3.9 python as of now.

We'll look into it! It looks like the only two >=3.10 things we’re using are PEP 604 and PEP 647. Both of those have backports for older Python versions, so supporting 3.9 should be possible with some changes on our end

Released Python 3.9 support in version 0.3.6!