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: src/collections/_documentation/platforms/python/sanic.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,16 @@ sidebar_order: 9
7
7
8
8
<!-- WIZARD -->
9
9
The Sanic integration adds support for the [Sanic Web
10
-
Framework](https://github.com/huge-success/sanic). We support all LTS versions
11
-
of Sanic starting from `0.8`. Additionally, a Python version of 3.6 or greater
12
-
is required.
10
+
Framework](https://github.com/huge-success/sanic). We support the following versions:
11
+
12
+
*`0.8`
13
+
*`18.12`
14
+
*`19.12`
15
+
* Any version of the form `x.12` (LTS versions).
16
+
17
+
**We do not support the latest version of Sanic.** Versions between LTS releases [have introduced breaking changes in the past](https://github.com/huge-success/sanic/issues/1532) without prior notice, so we cannot support them as they are too fast of a moving target.
18
+
19
+
A Python version of 3.6 or greater is also required.
0 commit comments