-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate Python 3.6 & 3.7; get CI working again (#270)
* Dropped Python 3.6 and Python 3.7 support. * Added Python 3.10 and Python 3.11 to all the relevant places. * Updated pre-commit hooks to latest versions. * Replaced deprecated `isort` flag `-sl` with current `--force-single-line-imports`. * Change `extras` dependencies to modern Poetry dependency groups. * Removed all Sphinx-related doc dependencies from the main dependency group. * Fixed a few minor typing issues with `merge_styles`. * Explicitly set the `prompt_toolkit` version to be `<=3.0.36` because `3.0.37` has introduced some event-loop-related bug. * `make clean` will now also clean the docs.
- Loading branch information
Showing
17 changed files
with
846 additions
and
887 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
Oops, something went wrong.