Skip to content

Commit

Permalink
Allow pytest 8 (after testing) and bump version to 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed Feb 27, 2024
1 parent e0f5377 commit 8e8769b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Framework :: Pytest",
]
dependencies = [
"pytest>=5,<8",
"pytest>=5,<9",
"coverage>=6,<8",
]

Expand Down
2 changes: 1 addition & 1 deletion testmon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PYTEST_DONT_REWRITE"""
TESTMON_VERSION = "2.1.1.dev0"
TESTMON_VERSION = "2.1.1"

0 comments on commit 8e8769b

Please sign in to comment.