@@ -13,11 +13,11 @@ classifiers = [
1313 " License :: OSI Approved :: Apache Software License" ,
1414 " Operating System :: OS Independent" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.8" ,
1716 " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
2019 " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
2121 " Topic :: Software Development" ,
2222 " Topic :: Software Development :: Libraries" ,
2323]
@@ -27,7 +27,7 @@ exclude = [
2727]
2828
2929[tool .poetry .dependencies ]
30- python = " >=3.8 "
30+ python = " >=3.9 "
3131urllib3 = " >=1.26.0,<3"
3232
3333
@@ -50,9 +50,9 @@ Flask = "2.2.5"
5050optional = true
5151
5252[tool .poetry .group .docs .dependencies ]
53- sphinx = " ^1.3.0 "
53+ sphinx = " >=6,<8 "
5454sphinx-autodoc-typehints = " ^1.3.0"
55- sphinx-rtd-theme = " ^ 1.3.0"
55+ sphinx-rtd-theme = " >= 1.3,<4 .0"
5656backoff = " >=1.4.3"
5757certifi = " >=2018.4.16"
5858expiringdict = " >=1.1.4"
@@ -63,7 +63,7 @@ urllib3 = ">=1.26.0"
6363jinja2 = " 3.0.0"
6464
6565[tool .mypy ]
66- python_version = " 3.8 "
66+ python_version = " 3.9 "
6767ignore_missing_imports = true
6868install_types = true
6969non_interactive = true
0 commit comments