python-310-floor
IN premise
The project requires Python 3.10+ (`requires-python = ">=3.10"`), establishing the minimum language features available throughout the codebase.
Summary
Any code in this project can rely on Python 3.10 features like structural pattern matching, parenthesized context managers, and improved type hints. This floor means contributors don't need to guard against older Python versions or avoid newer syntax.
Details
| Source | entries/2026/04/24/pyproject.md |