mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
00ccc3f627
The `type Alias = ...` statement syntax was introduced in PEP 695 which targets Python 3.12, not 3.10. The previous text incorrectly stated Python 3.10 for simple aliases, which would mislead users into writing code incompatible with Python 3.10/3.11. References: - PEP 695 metadata: Python-Version: 3.12 https://peps.python.org/pep-0695/ - Python 3.12 What's New confirms PEP 695 https://docs.python.org/3.12/whatsnew/3.12.html - Python 3.10 What's New has no mention of PEP 695 https://docs.python.org/3.10/whatsnew/3.10.html Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com>