Support for python3.13 runtime
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.
Can we release? This PR enabled python13 as supported runtime https://github.com/dherault/serverless-offline/pull/1850
Was it successfully merged? If so, can this issue be closed?