-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use packaging library to avoid DeprecationWarning from distutils (#435)
* Use packaging library to avoid DeprecationWarning from distutils `distutils.version.LooseVersion` has been deprecated since pypa/distutils#75. This instead replaces that with `packaging.version.Version` from the packaging library: https://packaging.pypa.io/en/latest/. * Bump Black version to include fix for new Click release with breaking changes Click 8.1.0 was recently released which removed deprecated features. Black used to depend on the deprecated features, but that was fixed in version 22.3.0 so it again works with the latest version of Click. * Update AUTHORS and CHANGELOG Co-authored-by: Steven Loria <sloria1@gmail.com>
- Loading branch information
Showing
5 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters