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: skip urllib3 and happybase tests on Python 3.12+
Add empty version lists for >=3.12 so get_test_vector() returns []
and CI skips these tests on 3.12+:
- urllib3: 1.x can't install on 3.12+, 2.x needs plugin adaptation
- happybase: thriftpy2 fails to build on 3.12+
Both need follow-up work to support 3.12+.
Regenerate Plugins.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments