Skip to content

Commit 0869e69

Browse files
abnGobot1234
authored andcommitted
Update dependencies and add ci checks for python 3.9 (danielgtaylor#173)
* Update locked dependencies to fix grpcio compile issue with python 3.9 * ci: add python 3.9
1 parent b9a50a7 commit 0869e69

File tree

2 files changed

+321
-300
lines changed

2 files changed

+321
-300
lines changed

.github/workflows/ci.yml

+1-1
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)