Skip to content

Commit 1794980

Browse files
committed
chore: remove python < 3.7 support
1 parent fbdc696 commit 1794980

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
17+
python-version: [3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
1818
steps:
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and expose its documentation properly using `Swagger`_.
3838
Compatibility
3939
=============
4040

41-
Flask-RESTX requires Python 2.7 or 3.4+.
41+
Flask-RESTX requires Python 3.5+.
4242

4343
On Flask Compatibility
4444
======================

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ development and to support our users.
3333
Compatibility
3434
=============
3535

36-
flask-restx requires Python 2.7+ or 3.4+.
36+
Flask-RESTX requires Python 3.7+.
3737

3838

3939
Installation
4040
============
4141

42-
You can install flask-restx with pip:
42+
You can install Flask-RESTX with pip:
4343

4444
.. code-block:: console
4545

0 commit comments

Comments
 (0)