We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ce876 commit a4aa3a7Copy full SHA for a4aa3a7
docs/web-framework-integration.rst
@@ -18,15 +18,12 @@ Flask
18
19
Flask integration has been tested to work with the following versions of Flask:
20
21
-=============== ==============
22
-Python version Flask versions
23
24
-3.7 >=1.0.0
25
-3.8 >=1.0.0
26
-3.9 >=1.0.0
27
-3.10 >=1.0.3
28
-3.11 >=1.0.3
29
-3.12 >=1.0.3
30
+- Python 3.7 - 3.9:
+
+ - Flask >=1.0.0
+- Python >=3.10:
+ - Flask >=1.0.3
31
32
Be sure to :doc:`set up logging </std-lib-integration>` before declaring the Flask app.
0 commit comments