File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ requires-python = ">=3.6, <3.13"
4747
4848[project .optional-dependencies ]
4949test = [
50- " pytest>=9 .0.0,<10.0.0 ; python_full_version >= '3.10 ' and python_full_version < '3.13'" ,
51- " pytest-asyncio>=1.3 .0,<2.0.0 ; python_full_version >= '3.10 ' and python_full_version < '3.13'" ,
52- " pytest-cov>=7.0.0,<8.0.0 ; python_full_version >= '3.10 ' and python_full_version < '3.13'" ,
50+ " pytest>=8 .0.0,<10.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
51+ " pytest-asyncio>=1.2 .0,<2.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
52+ " pytest-cov>=7.0.0,<8.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
5353]
5454docs = [
5555 " beautifulsoup4>=4.8.2,<4.9.0 ; python_full_version >= '3.7' and python_full_version < '3.13'" ,
You can’t perform that action at this time.
0 commit comments