feat: Re-affirm Python 3.13 minimum version required for OpenRAG app via PyPI classifiers#1045
Merged
Merged
Conversation
2 tasks
This comment has been minimized.
This comment has been minimized.
aimurphy
reviewed
Feb 27, 2026
aimurphy
reviewed
Feb 27, 2026
aimurphy
reviewed
Feb 27, 2026
mpawlow
added a commit
that referenced
this pull request
Feb 27, 2026
#1045 Co-authored-by: April I. Murphy <[email protected]>
This comment has been minimized.
This comment has been minimized.
c3dfbf2 to
c374987
Compare
Contributor
|
Build successful! ✅ |
Collaborator
Author
edwinjosechittilappilly
left a comment
Collaborator
There was a problem hiding this comment.
@mpawlow This is an pyproject of sdk and not of openrag itselt. is this an expected change.
Collaborator
Author
[project]
name = "openrag"
version = "0.2.5"
...
requires-python = ">=3.13" |
Collaborator
|
if so can you check the sdk pyproject also? |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates package metadata to better reflect supported Python versions, in the context of #1023’s installability concerns.
Changes:
- Add the
Programming Language :: Python :: 3.13Trove classifier to theopenrag-mcpSDK package.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
…via PyPI classifiers Issues - #1023 Summary Updated PyPI classifiers across core package and SDKs. Package Metadata - Added classifiers block to the root pyproject.toml, including development status, environment, audience, license, Python version, and topic classifiers - Added "Programming Language :: Python :: 3 :: Only" classifier to the MCP SDK and Python SDK pyproject.toml files to explicitly indicate Python 3 exclusivity - Added "Programming Language :: Python :: 3.13" classifier to the MCP SDK to reflect supported version coverage - Added "Topic :: Scientific/Engineering :: Artificial Intelligence" classifier to the MCP SDK and Python SDK - Added "Topic :: Software Development :: Libraries :: Python Modules" classifier to the MCP SDK
117b655 to
ba10300
Compare
Collaborator
Author
About Python Classifiers
What Python Classifiers Actually Do
What Python Classifiers Do NOT Do
|
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.
Issues
Summary
Updated PyPI classifiers across core package and SDKs
Package Metadata