We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6078ebe commit 9992686Copy full SHA for 9992686
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.0.0-rc3 (2026-01-19)
2
+
3
+### Fixes
4
5
+- min python version is 3.10 not 3.11
6
7
## 1.0.0-rc2 (2025-12-21)
8
9
## 1.0.0-rc1 (2025-12-21)
pyproject.toml
@@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
15
name = "pytest-simplified"
16
description = "A PyTest plugin to simplify testing classes."
17
18
-version = "1.0.0-rc2"
+version = "1.0.0-rc3"
19
20
readme = {file = "README.md", content-type = "text/markdown"}
21
requires-python = ">=3.10"
0 commit comments