-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
type: featureA new enhacement proposalA new enhacement proposal
Description
Description
Commitizen currently requires argcomplete ^1.12.1, which officially supports Python 3.5-3.9.
argcomplete 2.0 is available, which adds support for Python 3.10 and drops support for Python 3.5 (see CHANGES).
To allow for use of argcomplete 2.0.x in commitizen enabled projects, its dependency specification needs to be relaxed.
Possible Solution
Modify pyproject.toml:
Old:
argcomplete = "^1.12.1"
New
argcomplete = ">=1.12.1,<2.1"
I will prepare a trivial PR.
Additional context
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
type: featureA new enhacement proposalA new enhacement proposal