From 3b2258302c31490455bee3a0161d3e9fa35bac00 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 2 Jun 2020 14:20:43 -0400 Subject: [PATCH 1/2] Fix supported Python versions --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 7872254f..7c21da59 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -20,5 +20,5 @@ The development version can be downloaded from pip install -e .[dev,test] -Flask-RESTX requires Python version 2.7, 3.3, 3.4 or 3.5. +Flask-RESTX requires Python version 2.7, 3.5, 3.6, 3.7, and 3.8. It's also working with PyPy and PyPy3. From 89e4cfe1a2068e8f59900408962b1d0faf4497a5 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 2 Jun 2020 14:21:23 -0400 Subject: [PATCH 2/2] Fix support Python version in READMD --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index df9a462d..752ade3a 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ and expose its documentation properly using `Swagger`_. Compatibility ============= -Flask-RESTX requires Python 2.7 or 3.4+. +Flask-RESTX requires Python 2.7 or 3.5+. Installation