Enable Python 3.9 in pipeline

This commit is contained in:
Alex Root Junior 2020-10-06 16:47:44 +03:00
parent 7ba153c7b1
commit 880976b33d

View file

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