We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526311e commit ee7be87Copy full SHA for ee7be87
CHANGES.rst
@@ -4,6 +4,11 @@ Changelog
4
Unreleased
5
----------
6
7
+7.2.0
8
+----------
9
+- Fix compatibility issue with Python 3.13.
10
+- Declare compatibility with Python 3.13.
11
+
12
7.1.2
13
14
- Address another compatibility issue with pytest 8.1 (fixture registration). `#680 <https://github.com/pytest-dev/pytest-bdd/pull/680>`_
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytest-bdd"
3
-version = "7.1.2"
+version = "7.2.0"
description = "BDD for pytest"
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]
0 commit comments