We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.13
1 parent 7de8655 commit d495c03Copy full SHA for d495c03
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 3.10.1 - Accurate metadata on PyPi
4
+
5
+- Fixed python version in package metadata. `3.13` was missing.
6
7
### 3.10.0 - New `with_case_tags` decorator + pytest 9 compatibility
8
9
- Fixed an issue with `pytest 9` related to the fixture closure building fixes
setup.cfg
@@ -24,6 +24,7 @@ classifiers =
24
Programming Language :: Python :: 3.10
25
Programming Language :: Python :: 3.11
26
Programming Language :: Python :: 3.12
27
+ Programming Language :: Python :: 3.13
28
Programming Language :: Python :: 3.14
29
Framework :: Pytest
30
0 commit comments