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 a6b8f27 commit 01a0f6cCopy full SHA for 01a0f6c
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+3.16.0 (2024-10-25)
6
+-------------------
7
+
8
* Drop Python 3.8 support.
9
10
* Support Python 3.13.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "pytest-randomly"
-version = "3.15.0"
+version = "3.16.0"
description = "Pytest plugin to randomly order tests and control random.seed."
11
readme = "README.rst"
12
keywords = [
0 commit comments