Skip to content

Commit 654c135

Browse files
Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility (#547)
* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility * Fix HISTORY.rst formatting and add pylint constraint changelog entry * Add Python 3.14 to azure-pipelines-cli test matrices * Revert "Add Python 3.14 to azure-pipelines-cli test matrices" This reverts commit 19ab6b9.
1 parent 9b0be21 commit 654c135

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ Release History
55
0.2.10
66
++++++
77
* Add support for Python 3.14 and drop support for Python 3.9
8+
* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility
89

910
0.2.9
1011
+++++
1112
* `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.
1213

1314
0.2.8
14-
++++++
15+
+++++
1516
* 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)
1617

1718
0.2.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'gitpython',
7474
'jinja2',
7575
'knack',
76-
'pylint<4',
76+
'pylint>=4,<5',
7777
'pytest-xdist', # depends on pytest-forked
7878
'pytest-forked',
7979
'pytest>=5.0.0',

0 commit comments

Comments
 (0)