serverless-offline icon indicating copy to clipboard operation
serverless-offline copied to clipboard

Support for python3.13 runtime

Open boompig opened this issue 6 months ago • 2 comments

Hi all, I have a question and likely a feature request. When I sls offline start and hit my endpoint, I am seeing this error:

[!]
[!] Warning: found unsupported runtime 'python3.13' for function 'MY_FUNCTION'
✖ Unsupported runtime

First, I just want to confirm that Python3.13 is not a supported runtime by this plugin at this time.

Second, are there any docs listing the currently-supported runtimes of this plugin including versions? I have gone to this page https://www.serverless.com/plugins/serverless-offline#serverless-offline and see supported languages but not specific version.

Third, is there a timeline for when python3.13 might be added? I am not trying to rush anyone, just want to know if it's on a roadmap / scheduled for some release coming soon.

boompig avatar Jun 20 '25 16:06 boompig

Can we release? This PR enabled python13 as supported runtime https://github.com/dherault/serverless-offline/pull/1850

CodeBooster97 avatar Aug 19 '25 16:08 CodeBooster97

Was it successfully merged? If so, can this issue be closed?

threes-was-taken avatar Dec 03 '25 19:12 threes-was-taken