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
Drop Python 2 compatibility. Only support Python 3.5+ at the oldest. This unblocks the other steps.
Make automatic sync/async selection the default (rename sacompose to compose; rename current compose to scompose). (This is the "(technically) backwards-incompatible" change that bumps it to v2 per SemVer.)
Upgrade packaging to use modern conventions instead of old setup.py.
Inline type hints instead of a separate stub package.
Drop Python 2 compatibility. Only support Python 3.5+ at the oldest. This unblocks the other steps.
Make automatic sync/async selection the default (rename
sacomposetocompose; rename currentcomposetoscompose). (This is the "(technically) backwards-incompatible" change that bumps it to v2 per SemVer.)Upgrade packaging to use modern conventions instead of old
setup.py.Inline type hints instead of a separate stub package.