@@ -3,6 +3,7 @@ requires = ["setuptools>=61.2"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
+ # see https://packaging.python.org/en/latest/specifications/pyproject-toml/
6
7
name = " gunicorn"
7
8
authors = [{
name =
" Benoit Chesneau" ,
email =
" [email protected] " }]
8
9
license = {text = " MIT" }
@@ -17,13 +18,12 @@ classifiers = [
17
18
" Operating System :: POSIX" ,
18
19
" Programming Language :: Python" ,
19
20
" Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.5" ,
21
- " Programming Language :: Python :: 3.6" ,
22
21
" Programming Language :: Python :: 3.7" ,
23
22
" Programming Language :: Python :: 3.8" ,
24
23
" Programming Language :: Python :: 3.9" ,
25
24
" Programming Language :: Python :: 3.10" ,
26
25
" Programming Language :: Python :: 3.11" ,
26
+ " Programming Language :: Python :: 3.12" ,
27
27
" Programming Language :: Python :: 3 :: Only" ,
28
28
" Programming Language :: Python :: Implementation :: CPython" ,
29
29
" Programming Language :: Python :: Implementation :: PyPy" ,
@@ -35,7 +35,7 @@ classifiers = [
35
35
" Topic :: Internet :: WWW/HTTP :: WSGI :: Server" ,
36
36
" Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
37
37
]
38
- requires-python = " >=3.5 "
38
+ requires-python = " >=3.7 "
39
39
dependencies = [
40
40
' importlib_metadata; python_version<"3.8"' ,
41
41
" packaging" ,
@@ -47,6 +47,7 @@ Homepage = "https://gunicorn.org"
47
47
Documentation = " https://docs.gunicorn.org"
48
48
"Issue tracker" = " https://github.com/benoitc/gunicorn/issues"
49
49
"Source code" = " https://github.com/benoitc/gunicorn"
50
+ Changelog = " https://docs.gunicorn.org/en/stable/news.html"
50
51
51
52
[project .optional-dependencies ]
52
53
gevent = [" gevent>=1.4.0" ]
0 commit comments