Skip to content

Commit

Permalink
more python deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Aug 9, 2024
1 parent 9a64d85 commit f20f7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.d/+drop_py37.changed.md
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.

0 comments on commit f20f7f6

Please sign in to comment.