diff --git a/doc/whats_new/v1.1.rst b/doc/whats_new/v1.1.rst index 952d2867360a3..bc4c4f5e955ce 100644 --- a/doc/whats_new/v1.1.rst +++ b/doc/whats_new/v1.1.rst @@ -2,6 +2,26 @@ .. currentmodule:: sklearn +.. _changes_1_1_3: + +Version 1.1.3 +============= + +**October 2022** + +This bugfix release only includes fixes for compatibility with the latest +SciPy release >= 1.9.2. Notable changes include: + +- |Fix| Include `msvcp140.dll` in the scikit-learn wheels since it has been + removed in the latest SciPy wheels. + :pr:`24631` by :user:`Chiara Marmo `. + +- |Enhancement| Create wheels for Python 3.11. + :pr:`24446` by :user:`Chiara Marmo `. + +Other bug fixes will be available in the next 1.2 release, which will be +released in the coming weeks. + .. _changes_1_1_2: Version 1.1.2 diff --git a/setup.py b/setup.py index cc5b6f11749cb..6004bf127a334 100755 --- a/setup.py +++ b/setup.py @@ -326,6 +326,7 @@ def setup_package(): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],