dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.16k stars 794 forks source link

Support for Python 3.10 (and 3.11) #1716

Closed MiguelGomesAtTCL closed 10 months ago

MiguelGomesAtTCL commented 11 months ago

https://github.com/dherault/serverless-offline/blob/13bfe0984d46efc8f08be26cc3f349f7c7bfd93e/src/config/supportedRuntimes.js#L28C1-L33

Hi, when will support for python3.10 and 3.11 (added about a week ago in serverless) be added to serverless-offline?

bjornhansen commented 11 months ago

Also interested in this! Thanks.

bjornhansen commented 11 months ago

Looks like this has already been fixed, but hasn't been merged yet: #1685

There's info on how to patch in the meantime in that PR.

sergiors commented 11 months ago

UP

kkocsis commented 10 months ago

Looks like it's been merged to master yesterday: https://github.com/dherault/serverless-offline/pull/1727

dnalborczyk commented 10 months ago

fixed in https://github.com/dherault/serverless-offline/pull/1727 released in https://github.com/dherault/serverless-offline/releases/tag/v13.0.0

I'll try to see if the supported runtimes are exposed by the serverless framework itself. then we don't need to keep these up-to-date in serverless-offline.