File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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
725We’ve just uploaded mypy 1.16 to the Python Package Index ([ PyPI] ( https://pypi.org/project/mypy/ ) ).
You can’t perform that action at this time.
0 commit comments