You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update support_matrix for remaining plugins failing on 3.13/3.14
Add newer library versions for Python 3.13/3.14 compatibility:
- bottle: add 0.13 for >=3.13 (0.12.x doesn't install on 3.13+)
- django: add 4.2 for >=3.13 (3.2 EOL, doesn't support 3.13+)
- flask: add 3.0 for >=3.14 (2.0 doesn't support 3.14)
- tornado: add 6.4 for >=3.14 (6.0/6.1 don't support 3.14)
- urllib3: remove 2.0 from 3.12+ (plugin needs adaptation for 2.x API),
keep 1.x for >=3.10 only
- happybase: add TODO for thriftpy2 build failure on 3.12+
Regenerate Plugins.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments