Skip to content

Conversation

@amustaque97
Copy link

@amustaque97 amustaque97 commented Nov 4, 2025

Related to: #92

Summary
Adds support for Python 3.13 and 3.14 for both standard and ML runtimes.

Summary by CodeRabbit

  • New Features

    • Added Python versions 3.13 and 3.14 to available runtime environments, enabling developers to use the latest Python releases.

    Screenshot

  • All the Docker images are present and valid
Screenshot 2025-11-04 at 9 50 16 AM

@coderabbitai
Copy link

coderabbitai bot commented Nov 4, 2025

Walkthrough

The 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

  • Verify that Python 3.13 and 3.14 version identifiers are correctly formatted and consistent with existing version entries
  • Confirm that the associated Docker image tags and Alpine base image versions are accurate and follow naming conventions
  • Check that the architecture lists for each new version match the pattern used in existing entries

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change—adding Python 3.13 and 3.14 support to the runtimes.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7bd0cc3 and 8d7e96a.

📒 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)

@stnguyen90 stnguyen90 requested a review from Meldiron November 4, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant