From 9598f5031ff47f4f28e95f676fc1f7684e9e0ccd Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Tue, 26 Mar 2024 16:36:32 +0000 Subject: [PATCH] docs: Changed table in web-framework-integration to bulleted list --- docs/web-framework-integration.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/web-framework-integration.rst b/docs/web-framework-integration.rst index d91d714b3..d7bc3229d 100644 --- a/docs/web-framework-integration.rst +++ b/docs/web-framework-integration.rst @@ -18,15 +18,12 @@ Flask Flask integration has been tested to work with the following versions of Flask: -=============== ============== -Python version Flask versions -=============== ============== -3.7 >=1.0.0 -3.8 >=1.0.0 -3.9 >=1.0.0 -3.10 >=1.0.3 -3.11 >=1.0.3 -3.12 >=1.0.3 -=============== ============== +- Python 3.7 - 3.9: + + - Flask >=1.0.0 + +- Python >=3.10: + + - Flask >=1.0.3 Be sure to :doc:`set up logging ` before declaring the Flask app.