File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
-------------
3
3
4
+ **3.1.0 (2024-02-01) **
5
+
6
+ * Drop support for python 3.7
7
+
4
8
**3.0.0 (2023-05-27) **
5
9
6
10
* Use `pytest.stash ` internally instead of `_variables `
Original file line number Diff line number Diff line change @@ -180,11 +180,11 @@ Resources
180
180
- `Issue Tracker `_
181
181
- Code _
182
182
183
- .. _pytest : http ://pytest.org
183
+ .. _pytest : https ://docs. pytest.org/en/8.0.x/
184
184
.. _Human JSON : https://hjson.github.io
185
- .. _YAML : http ://yaml.org
185
+ .. _YAML : https ://yaml.org
186
186
.. _TOML : https://github.com/toml-lang/toml
187
187
.. _dictionary : https://docs.python.org/tutorial/datastructures.html#dictionaries
188
- .. _Release Notes : http ://github.com/pytest-dev/pytest-variables/blob/master/CHANGES.rst
189
- .. _Issue Tracker : http ://github.com/pytest-dev/pytest-variables/issues
190
- .. _Code : http ://github.com/pytest-dev/pytest-variables
188
+ .. _Release Notes : https ://github.com/pytest-dev/pytest-variables/blob/master/CHANGES.rst
189
+ .. _Issue Tracker : https ://github.com/pytest-dev/pytest-variables/issues
190
+ .. _Code : https ://github.com/pytest-dev/pytest-variables
You can’t perform that action at this time.
0 commit comments