Skip to content

Commit

Permalink
Fix markdown formatting (#18368)
Browse files Browse the repository at this point in the history
Followup to #18364. The `Contributed by` should be placed in a separate
paragraph.
  • Loading branch information
cdce8p authored Dec 30, 2024
1 parent a73e957 commit 4a0b331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Mypy no longer supports running with Python 3.8, which has reached end-of-life.
When running mypy with Python 3.9+, it is still possible to type check code
that needs to support Python 3.8 with the `--python-version 3.8` argument.
Support for this will be dropped in the first half of 2025!

Contributed by Marc Mueller (PR [17492](https://github.com/python/mypy/pull/17492)).

### Mypyc accelerated mypy wheels for aarch64
Expand Down

0 comments on commit 4a0b331

Please sign in to comment.