Skip to content

PYTHON-5387 Add beta Python 3.15#2840

Open
aclark4life wants to merge 1 commit into
masterfrom
PYTHON-5837
Open

PYTHON-5387 Add beta Python 3.15#2840
aclark4life wants to merge 1 commit into
masterfrom
PYTHON-5837

Conversation

@aclark4life
Copy link
Copy Markdown
Contributor

Per uv docs:

  • "Python pre-releases will be used if there is no other available installation matching the request."

PYTHON-5387

Changes in this PR

Test Plan

Checklist

Checklist for Author

  • Did you update the changelog (if necessary)?
  • Is there test coverage?
  • Is any followup work tracked in a JIRA ticket? If so, add link(s).

Checklist for Reviewer

  • Does the title of the PR reference a JIRA Ticket?
  • Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
  • Is all relevant documentation (README or docstring) updated?

Per `uv` docs:

- "Python pre-releases will be used if there is no other available installation
   matching the request."
Copilot AI review requested due to automatic review settings June 2, 2026 18:00
@aclark4life aclark4life requested a review from a team as a code owner June 2, 2026 18:00
@aclark4life aclark4life requested a review from NoahStapp June 2, 2026 18:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions Python test workflow to start exercising the test suite against the Python 3.15 beta via uv’s Python installer/version resolution.

Changes:

  • Extend the CI test matrix in test-python.yml to include Python 3.15 alongside existing CPython/PyPy entries.

Comment on lines +62 to 65
python-version: ["3.10", "pypy-3.11", "3.13t", "3.15"]
mongodb-version: ["8.0"]

name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

3 participants