tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
804 stars 90 forks source link

Upgrade dependencies and pass test at py310/py311 #275

Closed waketzheng closed 1 year ago

waketzheng commented 1 year ago

The two files changed by the following steps:

poetry env use python3.10
make ci
make up
exit

poetry env use python3.11
make ci
exit

vi pyproject.toml # Add py310/py311 to black's target-version

poetry env use python3.7
make ci # makesure py37 also supported after dependencies upgraded