Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 28, 2024
1 parent 00eff1e commit c6f291f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [2.6.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.6.0) - 2024-10-28


### 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](https://devguide.python.org/versions/).
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).


## [2.5.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.1) - 2024-08-15


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+datetime.utcnow_deprecation.fixed.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/+drop_py37.removed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+official_python313_support.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+upgraded_to_pytest_8.infrastructure.md

This file was deleted.

0 comments on commit c6f291f

Please sign in to comment.