Skip to content

Commit

Permalink
Merge pull request #120 from jairhenrique/pytest-support
Browse files Browse the repository at this point in the history
Adds support to pytest 8
  • Loading branch information
renanivo authored Oct 20, 2024
2 parents 294754c + 725dd7f commit d7d5a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
"pytest>=5.0.0,<6.0.0",
"pytest>=6.0.0,<7.0.0",
"pytest>=7.0.0,<8.0.0",
"pytest>=8.0.0,<9.0.0",
]
exclude:
- python-version: "3.10"
Expand Down

0 comments on commit d7d5a57

Please sign in to comment.