Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 22:30
· 9 commits to master since this release
c6f291f

Removed

  • 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.

Infrastructure

  • Upgraded to pytest 8 (#484).