Skip to content

Commit

Permalink
Merge pull request #99 from pytest-dev/support-pytest-8/1/dev
Browse files Browse the repository at this point in the history
Increase max allowed pytest version to 9
  • Loading branch information
diazona authored Oct 5, 2024
2 parents 39cad5b + ea88d50 commit 4c6432b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ deps =
# works with your code. Don't forget to modify the corresponding entries in
# the Github workflows configuration file if you do change these lower
# bounds.
pytest >=4.6, <8; python_version<'3.10'
pytest >=6.2.4, <8; python_version>='3.10'
pytest >=4.6, <9; python_version<'3.10'
pytest >=6.2.4, <9; python_version>='3.10'
pytest-cov
requests
extras =
Expand Down

0 comments on commit 4c6432b

Please sign in to comment.