Skip to content

Commit 5eed62f

Browse files
authored
Merge pull request #83 from akeeman/patch-1
Allow pytest 8
2 parents 8eb1050 + 3c6bf50 commit 5eed62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include = ['LICENCE']
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.7.1, <4.0"
37-
pytest = "^5 | ^6 | ^7"
37+
pytest = "^5 | ^6 | ^7 | ^8"
3838

3939

4040
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)