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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fixes:
- fix: update plugin config message (#1727)
- docs: add example on how to use threaded replies (#1728)
- fix: add extra_plugin_dir support to FullStackTest (#1726)
- fix: add missing py 3.13 in tox (#1731)


v6.2.0 (2024-01-01)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39,py310,py311,py312,py312,codestyle,dist-check,security,docs
envlist = py39,py310,py311,py312,py313,codestyle,dist-check,security,docs
skip_missing_interpreters = True

[testenv]
Expand Down