You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7-2
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,21 @@ Version 2.6.0
7
7
NOTICE
8
8
~~~~~~
9
9
10
-
This version drops support for Python 3.7 - latest Pylint no longer supports 3.7, and CI tasks were taking hours under 3.7. `Python 3.7 <https://www.python.org/downloads/release/python-3717/>`_ received its last security update more than a year ago (from the date of this release).
10
+
We dropped support for Python 3.7, 3.8, and for pylint below 3.0.
11
11
12
12
Bugfixes
13
13
~~~~~~~~
14
14
15
15
- Added Django aliases for ranges to support psycopg 2 and 3 (`#421 <https://github.com/pylint-dev/pylint-django/pull/421>`_)
16
-
- Support for PYthon 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
16
+
- Support for Python 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
17
17
- Fixed location of installed LICENSE file (`#431 <https://github.com/pylint-dev/pylint-django/issues/431>`_)
0 commit comments