inngest / inngest-py

Python SDK for Inngest: Durable functions and workflows in Python, hosted anywhere
https://www.inngest.com/docs/reference/python
Apache License 2.0
27 stars 6 forks source link

Python 3.9 compatibility #61

Closed slep0v closed 6 months ago

slep0v commented 6 months ago

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.

goodoldneon commented 6 months ago

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

goodoldneon commented 6 months ago

Released Python 3.9 support in version 0.3.6!