Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,32 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
Unreleased
----------

Added
+++++

Changed
+++++++

Deprecated
++++++++++

Removed
+++++++

Fixed
+++++

Security
++++++++

2.8.0
----------

Added
+++++
* Declare compatibility with python 3.13. Supported versions are now: 3.9, 3.10, 3.11, 3.12, 3.13.
* Test against pytest 8.4
* Test against python 3.14 (beta)

Changed
+++++++
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-factoryboy"
version = "2.7.0"
version = "2.8.0"
description = "Factory Boy support for pytest."
authors = [ { name = "Oleg Pidsadnyi", email= "[email protected]" } ]
maintainers = [ { name = "Alessio Bogon", email = "[email protected]" } ]
Expand Down
Loading