File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The documentation is hosted at https://docs.gunicorn.org.
32
32
Installation
33
33
------------
34
34
35
- Gunicorn requires **Python 3.x >= 3.5 **.
35
+ Gunicorn requires **Python 3.x >= 3.7 **.
36
36
37
37
Install from PyPI::
38
38
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Features
23
23
* Simple Python configuration
24
24
* Multiple worker configurations
25
25
* Various server hooks for extensibility
26
- * Compatible with Python 3.x >= 3.5
26
+ * Compatible with Python 3.x >= 3.7
27
27
28
28
29
29
Contents
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Installation
4
4
5
5
.. highlight :: bash
6
6
7
- :Requirements: **Python 3.x >= 3.5 **
7
+ :Requirements: **Python 3.x >= 3.7 **
8
8
9
9
To install the latest released version of Gunicorn::
10
10
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ classifiers = [
17
17
" Operating System :: POSIX" ,
18
18
" Programming Language :: Python" ,
19
19
" Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.5" ,
21
- " Programming Language :: Python :: 3.6" ,
22
20
" Programming Language :: Python :: 3.7" ,
23
21
" Programming Language :: Python :: 3.8" ,
24
22
" Programming Language :: Python :: 3.9" ,
@@ -35,7 +33,7 @@ classifiers = [
35
33
" Topic :: Internet :: WWW/HTTP :: WSGI :: Server" ,
36
34
" Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
37
35
]
38
- requires-python = " >=3.5 "
36
+ requires-python = " >=3.7 "
39
37
dependencies = [
40
38
' importlib_metadata; python_version<"3.8"' ,
41
39
" packaging" ,
You can’t perform that action at this time.
0 commit comments