Commit 6612801
committed
build(python): bump floor from 3.10 to 3.12
Drops Python 3.10 and 3.11 support across packaging, lint, type checking,
and CI test matrix. Unblocks the upcoming Teams adapter migration to
microsoft-teams-apps (#93), which requires Python 3.12+. Our primary
consumer (chinchill-api) already runs on 3.12, so no consumer impact.
Changes:
- pyproject.toml: requires-python >=3.12, ruff target-version py312,
pyrefly python-version 3.12, drop 3.10/3.11 classifiers
- .github/workflows/test.yml: matrix now ["3.12", "3.13"]
- README.md: Python 3.10+ -> 3.12+ in feature comparison
Ruff modernization (UP017 datetime.UTC, UP040 PEP 695 type, UP041
TimeoutError) is intentionally ignored for now — this PR is the floor
bump only, not the codebase modernization. Those cleanups can land
incrementally as code changes naturally touch the affected call sites.
Tracking: #98 (Python 3.12 sync wave), #93 (Teams SDK migration).
https://claude.ai/code/session_01FyMxQn2BEAzmwKS1GZczKj1 parent c43ea05 commit 6612801
3 files changed
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
102 | | - | |
| 100 | + | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| |||
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
135 | | - | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments