Question: Is the >=3.11 floor a policy choice or a technical constraint?
Context: We're evaluating cel-expr-python for a project supporting Python 3.10–3.12, so 3.11 is the one thing blocking our 3.10 users. Hoping can support Python 3.10.
Env: 0.1.3 ships cp311–cp314 wheels; no cp310, requires-python = ">=3.11".
Question: Is the >=3.11 floor a policy choice or a technical constraint?
Context: We're evaluating cel-expr-python for a project supporting Python 3.10–3.12, so 3.11 is the one thing blocking our 3.10 users. Hoping can support Python 3.10.
Env: 0.1.3 ships cp311–cp314 wheels; no cp310, requires-python = ">=3.11".