chore: Include python 3.14 in unit test cases#121
Open
jsonbailey wants to merge 1 commit intomainfrom
Open
Conversation
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
Mirrors the same change made to the base Python Server SDK in launchdarkly/python-server-sdk@a49588d.
Describe the solution you've provided
Adds Python 3.14 support across all packages in the monorepo:
.github/workflows/ci.yml): Added"3.14"to thepython-versionmatrix for all 8 jobs (4 packages × Linux + Windows).pyproject.toml): AddedProgramming Language :: Python :: 3.14to classifiers in all 4 packages:packages/sdk/server-aipackages/ai-providers/server-ai-openaipackages/ai-providers/server-ai-langchainpackages/optimizationDescribe alternatives you've considered
N/A — this is a straightforward addition matching the pattern used in the base SDK.
Additional context
Key things for reviewer to verify:
"3.14"pyproject.tomlfiles have the new classifierastral-sh/setup-uvactionLink to Devin session: https://app.devin.ai/sessions/cc69d64d03194a0196cb4adb54c0d8bb
Requested by: @jsonbailey
Note
Low Risk
Low risk: this only expands CI/test coverage and updates PyPI classifiers, without changing runtime code paths. Main risk is CI failures if Python 3.14 isn’t available or dependencies aren’t yet compatible.
Overview
Adds Python
3.14to the GitHub Actions CI matrix for all Linux/Windows jobs, expanding unit test runs across all packages.Updates each package’s
pyproject.tomlclassifiers to advertise support for Python3.14on PyPI.Written by Cursor Bugbot for commit f3ceef5. This will update automatically on new commits. Configure here.