Skip to content

Commit 82e4f11

Browse files
authored
Merge pull request #133 from pytest-dev/support-pytest-9/1/dev
Allow testing with pytest 9
2 parents 9bc3c59 + f975518 commit 82e4f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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, <9; python_version <'3.10'
26-
pytest >=6.2.4, <9; python_version >='3.10' and python_version <'3.14'
27-
pytest >=7.3.2, <9; python_version >='3.14'
25+
pytest >=4.6, <10; python_version <'3.10'
26+
pytest >=6.2.4, <10; python_version >='3.10' and python_version <'3.14'
27+
pytest >=7.3.2, <10; python_version >='3.14'
2828
pytest-cov !=6.2.0
2929
requests
3030
extras =

0 commit comments

Comments
 (0)