tortoise-cli
tortoise-cli copied to clipboard
Drop python3.7 support
- Drop py37 support;
- Run
make up
to upgrade dependencies; - Move config of
flake8
andmypy
from setup.cfg to pyproject.toml; - Bump up actions version in pypi.yml;
- Add section about config set in
pyproject.toml
to readme; - Use py38 syntax to refactor tortoise_cli/cli.py.