Skip to content

Commit a8a082e

Browse files
authored
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
1 parent e44de6d commit a8a082e

File tree

2 files changed

+321
-300
lines changed

2 files changed

+321
-300
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [Ubuntu, MacOS, Windows]
18-
python-version: [3.6, 3.7, 3.8]
18+
python-version: [3.6, 3.7, 3.8, 3.9]
1919
exclude:
2020
- os: Windows
2121
python-version: 3.6

0 commit comments

Comments
 (0)