From c6f291fbed61fdba11cd4362ee69d08b7ec9b0ee Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Mon, 28 Oct 2024 16:03:15 +0100 Subject: [PATCH] release 2.6.0 --- CHANGELOG.md | 24 +++++++++++++++++++ .../+datetime.utcnow_deprecation.fixed.md | 1 - changelog.d/+drop_py37.removed.md | 4 ---- .../+official_python313_support.added.md | 2 -- .../+upgraded_to_pytest_8.infrastructure.md | 1 - 5 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/+datetime.utcnow_deprecation.fixed.md delete mode 100644 changelog.d/+drop_py37.removed.md delete mode 100644 changelog.d/+official_python313_support.added.md delete mode 100644 changelog.d/+upgraded_to_pytest_8.infrastructure.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d0762f5c..66eccedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,30 @@ upcoming release can be found in [changelog.d](changelog.d). +## [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 diff --git a/changelog.d/+datetime.utcnow_deprecation.fixed.md b/changelog.d/+datetime.utcnow_deprecation.fixed.md deleted file mode 100644 index ceb598f6..00000000 --- a/changelog.d/+datetime.utcnow_deprecation.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed datetime.utcnow() deprecation warnings in Python 3.12. diff --git a/changelog.d/+drop_py37.removed.md b/changelog.d/+drop_py37.removed.md deleted file mode 100644 index 1ff85ae2..00000000 --- a/changelog.d/+drop_py37.removed.md +++ /dev/null @@ -1,4 +0,0 @@ -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 latest stable Python release. diff --git a/changelog.d/+official_python313_support.added.md b/changelog.d/+official_python313_support.added.md deleted file mode 100644 index fa216edb..00000000 --- a/changelog.d/+official_python313_support.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Declare official support for Python 3.13 in b2sdk. -Test b2sdk against Python 3.13 in CI. diff --git a/changelog.d/+upgraded_to_pytest_8.infrastructure.md b/changelog.d/+upgraded_to_pytest_8.infrastructure.md deleted file mode 100644 index fd8ce9fa..00000000 --- a/changelog.d/+upgraded_to_pytest_8.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Upgraded to pytest 8 (#484).