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 21
21
'Operating System :: POSIX' ,
22
22
'Programming Language :: Python' ,
23
23
'Programming Language :: Python :: 3' ,
24
- 'Programming Language :: Python :: 3.5' ,
25
- 'Programming Language :: Python :: 3.6' ,
26
24
'Programming Language :: Python :: 3.7' ,
27
25
'Programming Language :: Python :: 3.8' ,
28
26
'Programming Language :: Python :: 3.9' ,
@@ -100,7 +98,7 @@ def run_tests(self):
100
98
'Source code' : 'https://github.com/benoitc/gunicorn' ,
101
99
},
102
100
103
- python_requires = '>=3.5 ' ,
101
+ python_requires = '>=3.7 ' ,
104
102
install_requires = install_requires ,
105
103
classifiers = CLASSIFIERS ,
106
104
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments