Update dependencies and add ci checks for python 3.9 (#173)

* Update locked dependencies to fix grpcio compile issue with python 3.9
* ci: add python 3.9
This commit is contained in:
Arun Babu Neelicattu
2020-11-24 19:28:28 +01:00
committed by GitHub
parent e44de6da06
commit a8a082e4e7
2 changed files with 321 additions and 300 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
- os: Windows
python-version: 3.6