Commit e5b54ec
fix: align Python version statements with pyproject.toml requires-python (#545)
CONTRIBUTING.md said ``Python 3.13+`` and ``Target: Python 3.13``,
while CLAUDE.md said ``Python >= 3.10 (3.10-3.14)``. The actual
``pyproject.toml`` constraint is ``requires-python = ">=3.11"``, so
both docs were drifted in opposite directions. Aligned both to
``>=3.11`` (3.11-3.14 supported) so contributors install the right
interpreter on the first try.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e51677b commit e5b54ec
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments