Skip to content

Commit 6f1963d

Browse files
committed
Add initial changelog entries for 1.17
1 parent 04afa49 commit 6f1963d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Next Release
44

5+
### Remove Support for targeting Python 3.8
6+
7+
Mypy now requires `--python-version 3.9` or greater. Support for only Python `3.8` is
8+
fully removed now. Given an unsupported version, mypy will now default to the oldest
9+
supported one, currently `3.9`.
10+
11+
Contributed by Marc Mueller
12+
(PR [19157](https://github.com/python/mypy/pull/19157), PR [19162](https://github.com/python/mypy/pull/19162)).
13+
14+
### Initial support for Python 3.14
15+
16+
Mypy is now tested on `3.14` and mypyc works with `3.14.0b3` and later.
17+
Mypyc compiled wheels of mypy itself will be available for new versions after `3.14.0rc1` is released.
18+
19+
Note that not all new features might be supported just yet.
20+
21+
Contributed by Marc Mueller (PR [19164](https://github.com/python/mypy/pull/19164))
22+
523
## Mypy 1.16
624

725
We’ve just uploaded mypy 1.16 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).

0 commit comments

Comments
 (0)