Skip to content

Commit

Permalink
docs: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Sep 5, 2024
1 parent c47d825 commit bc7e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install the latest stable release with ``pip install bottle`` or download `bottl
Dead Snakes
===========

Bottle up to version 0.12 supported an absurd number of python versions, some of which reached their end of life well over a decade ago. Starting with Bottle 0.13 we try to support `all actively maintained versions of Python <https://devguide.python.org/versions/>`_ and not use features that may not work with older Python releases. Unless you are running a truly ancient version of Python, the newest Bottle release should work for you. If you are in the unfortunate position to have to rely on "dead snakes", you can stick with an older Bottle release.
Bottle up to version 0.12 supported an absurd number of python versions, some of which reached their end-of-life well over a decade ago. Starting with Bottle 0.13 we will keep compatibility with `maintained versions of Python <https://devguide.python.org/versions/>`_ only and drop support for "dead snakes" with each new bottle release. If you are in the unfortunate position to have to rely on a truly ancient version of Python, just stick with a compatible bottle release. Everyone else should update regularly to benefit from new features and improvements.

.. list-table:: Python Support Matrix
:widths: 50 25 25
Expand Down

0 comments on commit bc7e8e0

Please sign in to comment.