Skip to content

Commit d495c03

Browse files
author
Sylvain MARIE
committed
Fixed python version in package metadata. 3.13 was missing.
1 parent 7de8655 commit d495c03

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.10.1 - Accurate metadata on PyPi
4+
5+
- Fixed python version in package metadata. `3.13` was missing.
6+
37
### 3.10.0 - New `with_case_tags` decorator + pytest 9 compatibility
48

59
- Fixed an issue with `pytest 9` related to the fixture closure building fixes

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers =
2424
Programming Language :: Python :: 3.10
2525
Programming Language :: Python :: 3.11
2626
Programming Language :: Python :: 3.12
27+
Programming Language :: Python :: 3.13
2728
Programming Language :: Python :: 3.14
2829
Framework :: Pytest
2930

0 commit comments

Comments
 (0)