17
0

- update to 1.6.0:

* Relaxed dependency requirements (`#77
    <https://github.com/pytest-dev/pytest-forked/issues/77>`__).
  * Dropped support for Python 3.6.
  * Added official support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-forked?expand=0&rev=15
This commit is contained in:
2023-03-27 07:31:47 +00:00
committed by Git OBS Bridge
parent 050b8ab045
commit e34078f687
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 27 07:30:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* Relaxed dependency requirements (`#77
<https://github.com/pytest-dev/pytest-forked/issues/77>`__).
* Dropped support for Python 3.6.
* Added official support for Python 3.11.
-------------------------------------------------------------------
Wed Nov 30 08:45:20 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>