Skip to content

Commit 3487f20

Browse files
authored
enh/#64: Stop support for Python<=3.7 and pytest<=5 (#66)
Last version to support old python version (up to 3.7 included) and old version of pytest (includes all declination of version 5).
1 parent 09d51cb commit 3487f20

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If you encounter any problem, please `file an issue`_ along with a detailed desc
150150
Author
151151
------
152152

153-
The main author of `pytest-monitor` is Jean-Sébastien Dieu, who can be reached at jean-sebastien.dieu@cfm.fr.
153+
The main author of `pytest-monitor` is Jean-Sébastien Dieu, who can be reached at jdieu@salsify.fr.
154154

155155
----
156156

@@ -169,4 +169,4 @@ This `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`
169169
.. _`pip`: https://pypi.org/project/pip/
170170
.. _`PyPI`: https://pypi.org/project
171171
.. _`monitor-server-api`: : https://github.com/CFMTech/monitor-server-api
172-
.. _`pytest-monitor-backend`: https://github.com/dremdem/pytest-monitor-backend
172+
.. _`pytest-monitor-backend`: https://github.com/dremdem/pytest-monitor-backend

docs/sources/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
* :release:`1.6.6 <2023-05-06>`
6+
* :bug:`#64` Prepare version 1.7.0 of pytest-monitor. Last version to support Python <= 3.7 and all pytest <= 5.*
7+
* :bug:`#` Improve and fix some CI issues, notably one that may cause python to not be the requested one but a more recent one.
8+
59
* :release:`1.6.5 <2022-10-16>`
610
* :bug:`#60` Make sure that when psutil cannot fetch cpu frequency, the fallback mechanism is used.
711

0 commit comments

Comments
 (0)