Skip to content

Commit 4b09189

Browse files
llucaxMarenz
authored andcommitted
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 21067ad commit 4b09189

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- Once you upgraded, you'll be able to upgrade to `pytest` 8, and indirectly to `sybil` 6, which includes types hints. If you do so, you should remove the `mypy` exception for `sybil` in the `pyproject.toml` file.
10+
11+
Search for the `tool.mypy.overrides` section and remove the `"sybil", "sybil.*"` enties from the `module` list.
1012

1113
### Cookiecutter template
1214

@@ -62,7 +64,7 @@ To upgrade without regenerating the project, you can follow these steps:
6264
6365
## New Features
6466
65-
<!-- Here goes the main new features and examples or instructions on how to use them -->
67+
- Add support for `pytest` 8.
6668
6769
### Cookiecutter template
6870

0 commit comments

Comments
 (0)