- Update to 3.1.1

* Support for Python 3.7 and 3.8 is now dropped, while official support for
    3.12 and 3.13 was added (with no code changes required).
  * pytest.ini (required to run self-tests) is now included in sdists (#39).
  * New pytest_xvfb_disable hook to dynamically disable pytest-xvfb.
This commit was merged in pull request #1.
This commit is contained in:
2025-12-09 15:50:20 +11:00
parent 68af6e8bfb
commit 4f02eaa4ed
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 9 04:49:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.1.1:
* Support for Python 3.7 and 3.8 is now dropped, while official support for
3.12 and 3.13 was added (with no code changes required).
* pytest.ini (required to run self-tests) is now included in sdists (#39).
* New pytest_xvfb_disable hook to dynamically disable pytest-xvfb.
-------------------------------------------------------------------
Wed Sep 27 10:03:35 UTC 2023 - Ben Greiner <code@bnavigator.de>