Skip to content

chore: bump minimum Python version to 3.10#45

Open
mattcarrollcode wants to merge 1 commit intometa-llama:mainfrom
mattcarrollcode:chore/python-310-minimum
Open

chore: bump minimum Python version to 3.10#45
mattcarrollcode wants to merge 1 commit intometa-llama:mainfrom
mattcarrollcode:chore/python-310-minimum

Conversation

@mattcarrollcode
Copy link
Copy Markdown

Summary

  • Python 3.9 reached EOL in October 2025
  • Bumps requires-python from >= 3.9 to >= 3.10
  • Updates .python-version, pyright pythonVersion, and ruff target-version accordingly
  • Removes Python 3.9 from classifiers

Test plan

  • Full test suite: 528 passed, 0 failed
  • pyright: 0 errors, 0 warnings
  • mypy: no issues found in 56 source files
  • ruff: all checks passed

Python 3.9 reached EOL in October 2025. This updates:
- requires-python to >= 3.10
- .python-version to 3.10
- pyright pythonVersion to 3.10
- ruff target-version to py310
- Removes 3.9 from classifiers
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant