Skip to content

Commit 09ee579

Browse files
committed
Merge #3083
2 parents 660fd8d + afe0680 commit 09ee579

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

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ classifiers = [
1717
"Operating System :: POSIX",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.5",
21-
"Programming Language :: Python :: 3.6",
2220
"Programming Language :: Python :: 3.7",
2321
"Programming Language :: Python :: 3.8",
2422
"Programming Language :: Python :: 3.9",
@@ -35,7 +33,7 @@ classifiers = [
3533
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
3634
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3735
]
38-
requires-python = ">=3.5"
36+
requires-python = ">=3.7"
3937
dependencies = [
4038
'importlib_metadata; python_version<"3.8"',
4139
"packaging",

0 commit comments

Comments
 (0)