Files
wshobson-agents/plugins/python-development
thc1006 00ccc3f627 fix: correct PEP 695 type statement Python version (3.10 -> 3.12)
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>
2026-03-26 12:30:13 +08:00
..