You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ Release 0.14 (in development)
38
38
39
39
.. rubric:: Removed APIs
40
40
41
-
* Dropped support for Python 2 and removed workarounds or helpers that only make sense in a Python 2/3 dual codebase.
41
+
* Dropped support for Python 2 (EOL: 2020-01-01) and removed workarounds or helpers that only make sense in a Python 2/3 dual codebase.
42
+
* Dropped support for Python 3.8 (EOL: 2024-10-07).
42
43
* Removed the ``RouteReset`` exception and associated logic.
43
44
* Removed the `bottle.py` console script entrypoint in favour of the new `bottle` script. You can still execute `bottle.py` directly or via `python -m bottle`. The only change is that the command installed by pip or similar tools into the bin/Scripts folder of the (virtual) environment is now called `bottle` to avoid circular import errors.
44
45
@@ -48,7 +49,7 @@ Release 0.14 (in development)
48
49
49
50
.. rubric:: New features
50
51
51
-
* ``bottle.HTTPError`` raised on Invalid JSON now include the underlying exception in the ``exception`` field.
52
+
* ``bottle.HTTPError`` raised on invalid JSON now include the underlying exception in the ``exception`` field.
Copy file name to clipboardExpand all lines: docs/index.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ If you are in the unfortunate position to have to rely on "dead snakes" for prod
71
71
- >=3.8 [2]_
72
72
* - 0.14 (planned)
73
73
- *dropped*
74
-
- >=3.8
74
+
- >=3.9 [2]_
75
75
76
76
77
77
@@ -134,5 +134,4 @@ the unmodified library. In all other cases please ask first.
134
134
.. rubric:: Footnotes
135
135
136
136
.. [1] Usage of the template or server adapter classes requires the corresponding template or server modules.
137
-
.. [2] Bottle 0.13 technically still works with Python 3.6 and 3.7 but is not tested with those versions.
138
-
137
+
.. [2] Bottle often still works with recently discontinued Python 3.x versions. We will not intentionally break compatibility, but also no longer test against those versions. Use at your own risk.
0 commit comments