Skip to content

Commit f5ecd18

Browse files
committed
chore: remove python < 3.5 support
1 parent 3607de8 commit f5ecd18

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
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
50+
python-version: [3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
5151
steps:
5252
- name: Set up Python ${{ matrix.python-version }}
5353
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

4444
Installation

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ and expose its documentation properly (using Swagger).
1616
Compatibility
1717
=============
1818

19-
flask-restx requires Python 2.7+.
19+
Flask-RESTX requires Python 3.5+.
2020

2121

2222
Installation
2323
============
2424

25-
You can install flask-restx with pip:
25+
You can install Flask-RESTX with pip:
2626

2727
.. code-block:: console
2828

0 commit comments

Comments
 (0)