feat: add python3.13 and python3.14 support#93
Conversation
WalkthroughThe pull request adds support for two new Python runtime versions (3.13 and 3.14) to the runtimes configuration. Each new version is added to both the python and python-ml runtimes with corresponding Docker image tags and Alpine base images. The additions maintain existing architecture compatibility without modifying any current runtime versions or public API signatures. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/Runtimes/Runtimes.php(1 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
src/Runtimes/Runtimes.php (1)
src/Runtimes/Runtime.php (2)
addVersion(50-53)Runtime(5-78)
|
Hi, can this be approved? Also, I see python-ml-3.12 already added but when I try to push a function with that runtime, I get the below error. Runtime "python-ml-3.12" is not supported Don't see that in console as well while creating a function. |
Related to: #92
Summary
Adds support for Python 3.13 and 3.14 for both standard and ML runtimes.
Summary by CodeRabbit
New Features
Screenshot