Skip to content

Commit 0bb0c7d

Browse files
committed
build: allow test build on python 3.9
1 parent 2fe5aa8 commit 0bb0c7d

2 files changed

Lines changed: 152 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ requires-python = ">=3.6, <3.13"
4747

4848
[project.optional-dependencies]
4949
test = [
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
]
5454
docs = [
5555
"beautifulsoup4>=4.8.2,<4.9.0 ; python_full_version >= '3.7' and python_full_version < '3.13'",

0 commit comments

Comments
 (0)