From 77e396ef16e37f408a0307301465b558a591390f Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Wed, 4 Sep 2024 15:33:20 +0200 Subject: [PATCH] docs: Typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b74b8af9..c54acf02 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 live well over a decade ago. Starting with Bottle 0.13 we try to support `all actively maintained versions of Python `_ 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 try to support `all actively maintained versions of Python `_ 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. .. list-table:: Python Support Matrix :widths: 50 25 25