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
With the minimum supported version now Python 3.10, the `version_info`
early-return in test_frame and the `skipIf(sys.version_info < (3, 8))`
guard in test_flusher are always false/never-skip. Remove them and the
now-unused `sys` / `version_info` imports.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments