Skip to content

Commit 4c6432b

Browse files
authored
Merge pull request #99 from pytest-dev/support-pytest-8/1/dev
Increase max allowed pytest version to 9
2 parents 39cad5b + ea88d50 commit 4c6432b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ deps =
2222
# works with your code. Don't forget to modify the corresponding entries in
2323
# the Github workflows configuration file if you do change these lower
2424
# bounds.
25-
pytest >=4.6, <8; python_version<'3.10'
26-
pytest >=6.2.4, <8; python_version>='3.10'
25+
pytest >=4.6, <9; python_version<'3.10'
26+
pytest >=6.2.4, <9; python_version>='3.10'
2727
pytest-cov
2828
requests
2929
extras =

0 commit comments

Comments
 (0)