lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
220 stars 57 forks source link

Support for Python 3.9.x #2292

Closed jackyk02 closed 1 month ago

jackyk02 commented 1 month ago

Currently, the No GIL implementation only works for Python 3.9.10. This PR extends the support to additional Python versions.