diff --git a/HISTORY.rst b/HISTORY.rst index 3a1e8daa..b199082f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,13 +5,14 @@ Release History 0.2.10 ++++++ * Add support for Python 3.14 and drop support for Python 3.9 +* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility 0.2.9 +++++ * `azdev latest-index`: Add `generate` and `verify` commands to manage Azure CLI packaged latest indices (`commandIndex.latest.json`, `helpIndex.latest.json`) with CI-friendly verify exit behavior. 0.2.8 -++++++ ++++++ * Pin pip to 25.2 as pip 25.3 remove support for the legacy setup.py develop editable method in setuptools editable installs; setuptools >= 64 is now required. (#11457) 0.2.7 diff --git a/setup.py b/setup.py index d32bbc79..0b1ef5b2 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ 'gitpython', 'jinja2', 'knack', - 'pylint<4', + 'pylint>=4,<5', 'pytest-xdist', # depends on pytest-forked 'pytest-forked', 'pytest>=5.0.0',