From 0e07118b8d9bcf96cfbd794cec5e0c13308acfe4 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Fri, 28 Nov 2025 15:06:11 +0000 Subject: [PATCH] Mention 3.9 support ending soon in 1.19 release notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be81310c6e1c..818a10c3aa76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ improvements and bug fixes. You can install it as follows: You can read the full documentation for this release on [Read the Docs](http://mypy.readthedocs.io). +### Python 3.9 Support Ending Soon + +This is the last mypy feature release that supports Python 3.9, which reached +end of life in October 2025. + ### Performance Improvements - Switch to a more dynamic SCC processing logic (Ivan Levkivskyi, PR [20053](https://github.com/python/mypy/pull/20053)) - Speed up type aliases (Ivan Levkivskyi, PR [19810](https://github.com/python/mypy/pull/19810))