Skip to content

Commit e1170b1

Browse files
committed
build: enable python 3.8 test builds
1 parent 0bb0c7d commit e1170b1

2 files changed

Lines changed: 157 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
requires = ["poetry-core"]
44
build-backend = "poetry.core.masonry.api"
55

6-
# change to [project] when migrating to uv
6+
77
[project]
88
name = "software_patterns"
99
version = "2.0.1"
@@ -47,9 +47,9 @@ requires-python = ">=3.6, <3.13"
4747

4848
[project.optional-dependencies]
4949
test = [
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'",
50+
"pytest>=8.0.0,<10.0.0 ; python_full_version >= '3.8' and python_full_version < '3.13'",
51+
"pytest-asyncio>=0.20.3,<2.0.0 ; python_full_version >= '3.8' and python_full_version < '3.13'",
52+
"pytest-cov>=5.0.0,<8.0.0 ; python_full_version >= '3.8' 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)