@@ -13,11 +13,11 @@ classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.8" ,
17- " Programming Language :: Python :: 3.9" ,
1816 " Programming Language :: Python :: 3.10" ,
1917 " Programming Language :: Python :: 3.11" ,
2018 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2121 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
2222 " Topic :: Software Development :: Libraries :: Python Modules" ,
2323]
@@ -28,15 +28,15 @@ repository = "https://github.com/pgjones/hypercorn/"
2828dependencies = [
2929 " exceptiongroup >= 1.1.0; python_version < '3.11'" ,
3030 " h11" ,
31- " h2 >= 3.1 .0" ,
31+ " h2 >= 4.3 .0" ,
3232 " priority" ,
3333 " taskgroup; python_version < '3.11'" ,
3434 " tomli; python_version < '3.11'" ,
3535 " typing_extensions; python_version < '3.11'" ,
3636 " wsproto >= 0.14.0"
3737]
3838documentation = " https://hypercorn.readthedocs.io"
39- requires-python = " >=3.8 "
39+ requires-python = " >=3.10 "
4040
4141[project .optional-dependencies ]
4242docs = [" pydata_sphinx_theme" , " sphinxcontrib_mermaid" ]
@@ -60,7 +60,7 @@ hypercorn = "hypercorn.__main__:main"
6060
6161[tool .black ]
6262line-length = 100
63- target-version = [" py38 " ]
63+ target-version = [" py310 " ]
6464
6565[tool .isort ]
6666combine_as_imports = true
0 commit comments