Skip to content

Commit c6f291f

Browse files
release 2.6.0
1 parent 00eff1e commit c6f291f

5 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [2.6.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.6.0) - 2024-10-28
13+
14+
15+
### Removed
16+
17+
- Remove Python 3.7 support in new releases.
18+
Under Python 3.7 `pip` will keep resolving the latest version of the package that supports active interpreter.
19+
Python 3.8 is now the minimum supported version, [until it reaches EOL in October 2024](https://devguide.python.org/versions/).
20+
We encourage use of the latest stable Python release.
21+
22+
### Fixed
23+
24+
- Fixed datetime.utcnow() deprecation warnings under Python 3.12.
25+
26+
### Added
27+
28+
- Declare official support for Python 3.13 in b2sdk.
29+
Test b2sdk against Python 3.13 in CI.
30+
31+
### Infrastructure
32+
33+
- Upgraded to pytest 8 (#484).
34+
35+
1236
## [2.5.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.1) - 2024-08-15
1337

1438

changelog.d/+datetime.utcnow_deprecation.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+drop_py37.removed.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/+official_python313_support.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+upgraded_to_pytest_8.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)