Skip to content

Commit

Permalink
Fix pytest requirement
Browse files Browse the repository at this point in the history
Fixes #159.
  • Loading branch information
nicoddemus authored Oct 7, 2024
1 parent a3774a6 commit 0f34186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

UNRELEASED
----------

* Fix `pytest` requirement to `>=7.3` (`#159`_).

.. _#159: https://github.com/pytest-dev/pytest-subtests/issues/159

0.13.1 (2024-07-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = test, unittest, pytest
[options]
install_requires =
attrs>=19.2.0
pytest>=7.0
pytest>=7.4
typing_extensions;python_version<"3.8"
python_requires = >=3.7
packages = find:
Expand Down

0 comments on commit 0f34186

Please sign in to comment.