Skip to content

Commit 1e57c71

Browse files
authored
fix: Make it more explicit which versions we support (#1756)
1 parent d6009c4 commit 1e57c71

File tree

1 file changed

+10
-3
lines changed
  • src/collections/_documentation/platforms/python

1 file changed

+10
-3
lines changed

src/collections/_documentation/platforms/python/sanic.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ sidebar_order: 9
77

88
<!-- WIZARD -->
99
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.
1320

1421
1. Install `sentry-sdk` from PyPI:
1522

0 commit comments

Comments
 (0)