Update documentation to reflect Python 3.11 minimum version - #161
Merged
Conversation
Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove Python 3.10 support from documentation
Update documentation to reflect Python 3.11 minimum version
Dec 22, 2025
hzhangxyz
approved these changes
Dec 22, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation to reflect that the project now requires Python 3.11 as the minimum version (previously 3.10). The pyproject.toml files already correctly specify requires-python = ">=3.11, <3.15", and this change brings all documentation into alignment with that requirement.
Key Changes:
- Updated Python version requirement from "3.10-3.14" to "3.11-3.14" across 6 documentation files
- Non-Python version references (markdown-3.10, glob ^10.3.10) were correctly left unchanged
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/support-packages/bnf.md | Updated Python version requirement for BNF package installation |
| docs/getting-started/installation.md | Updated Python version requirement in installation prerequisites |
| bnf/README.md | Updated Python version requirements in installation section and build prerequisites (2 occurrences) |
| README.md | Updated Python version requirements in installation section and build prerequisites (2 occurrences) |
| CONTRIBUTING.md | Updated Python version requirement in development environment prerequisites |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Project dropped Python 3.10 support (minimum is now 3.11), but documentation still referenced 3.10-3.14. The
pyproject.tomlfiles already correctly specifyrequires-python = ">=3.11, <3.15".Changes
CONTRIBUTING.mdREADME.md(2 occurrences)docs/support-packages/bnf.mddocs/getting-started/installation.mdbnf/README.md(2 occurrences)Non-Python version references (markdown-3.10, glob ^10.3.10) correctly left unchanged.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.