Skip to content

Commit afe0680

Browse files
committed
Document Python 3.7 requirement
1 parent 430dcdd commit afe0680

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The documentation is hosted at https://docs.gunicorn.org.
3232
Installation
3333
------------
3434

35-
Gunicorn requires **Python 3.x >= 3.5**.
35+
Gunicorn requires **Python 3.x >= 3.7**.
3636

3737
Install from PyPI::
3838

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Features
2323
* Simple Python configuration
2424
* Multiple worker configurations
2525
* Various server hooks for extensibility
26-
* Compatible with Python 3.x >= 3.5
26+
* Compatible with Python 3.x >= 3.7
2727

2828

2929
Contents

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44

55
.. highlight:: bash
66

7-
:Requirements: **Python 3.x >= 3.5**
7+
:Requirements: **Python 3.x >= 3.7**
88

99
To install the latest released version of Gunicorn::
1010

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
'Operating System :: POSIX',
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.5',
25-
'Programming Language :: Python :: 3.6',
2624
'Programming Language :: Python :: 3.7',
2725
'Programming Language :: Python :: 3.8',
2826
'Programming Language :: Python :: 3.9',
@@ -100,7 +98,7 @@ def run_tests(self):
10098
'Source code': 'https://github.com/benoitc/gunicorn',
10199
},
102100

103-
python_requires='>=3.5',
101+
python_requires='>=3.7',
104102
install_requires=install_requires,
105103
classifiers=CLASSIFIERS,
106104
zip_safe=False,

0 commit comments

Comments
 (0)