-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a64d85
commit f20f7f6
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
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. | ||
This change comes at benefit of using newer versions of B2 CLI dependencies in `b2` standalone binary as well as in the official docker image. | ||
Python 3.8 is now the minimum supported version, until it reaches EOL in October 2024. | ||
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. | ||
If Python interpreter upgrade from 3.7 is not an option, please use provided standalone binaries or official docker image. |