Bump dependencies. Add Python 3.9 to pipelines

This commit is contained in:
Alex Root Junior 2020-12-07 00:07:32 +02:00
parent 47bdad4098
commit 2803d1d674
4 changed files with 335 additions and 277 deletions

View file

@ -22,6 +22,7 @@ jobs:
python-version:
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@master