Commit f3b35c4
chore: relax requires-python floor to >= 3.11
Lets the SDK install on Python 3.11 consumers (most notably
scaleapi/scaleapi's egp-api-backend, which is pinned to 3.11 alongside
7 other monorepo packages). Verified the SDK source parses cleanly at
ast.parse(feature_version=(3, 11)) over every .py file — no PEP 695
type params, no type statement, no other 3.12-only syntax.
Declan approved the relax in conversation with Max Parke.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 84dbf72 commit f3b35c4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments