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
Remove Python 3.7 support in new releases.
Under Python 3.7 pip will keep resolving the latest version of the package that supports active interpreter.
Python 3.8 is now the minimum supported version, until it reaches EOL in October 2024.
We encourage use of the latest stable Python release.
Fixed
Fixed datetime.utcnow() deprecation warnings under Python 3.12.
Added
Declare official support for Python 3.13 in b2sdk.
Test b2sdk against Python 3.13 in CI.