File tree Expand file tree Collapse file tree 4 files changed +252
-255
lines changed
Expand file tree Collapse file tree 4 files changed +252
-255
lines changed Original file line number Diff line number Diff line change 9292 name : Pytest Ubuntu
9393 strategy :
9494 matrix :
95- python-version : [ '3.6', '3.7' ]
95+ python-version : ['3.6', '3.7', '3.8' ]
9696 runs-on : ubuntu-16.04
9797 steps :
9898 - uses : actions/checkout@v2
@@ -163,7 +163,7 @@ jobs:
163163 name : Pytest Windows
164164 strategy :
165165 matrix :
166- python-version : [ '3.6', '3.7' ]
166+ python-version : [ '3.6', '3.7', '3.8' ]
167167 runs-on : windows-latest
168168 steps :
169169 - uses : actions/checkout@v2
@@ -182,7 +182,7 @@ jobs:
182182 name : Pytest MacOS
183183 strategy :
184184 matrix :
185- python-version : [ '3.6', '3.7' ]
185+ python-version : [ '3.6', '3.7', '3.8' ]
186186 runs-on : macos-10.15
187187 steps :
188188 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ pytest-benchmark~=3.2.0
88yapf~=0.27.0
99
1010# For generating protobufs
11- grpcio-tools~=1.24.0
11+
12+ # 1.26 is the min version that has python 3.8 wheels
13+ grpcio-tools~=1.26
1214mypy-protobuf==1.10
1315
1416# For uploading packages to pypi.
@@ -25,10 +27,6 @@ pypandoc
2527myst-parser
2628Sphinx~=3.2.0
2729
28- # have to pin otherwise RTD fails
29- # see https://github.com/readthedocs/readthedocs.org/issues/7492
30- Pygments==2.6.1
31-
3230sphinx_rtd_theme
3331sphinx-markdown-tables
3432
@@ -37,8 +35,5 @@ nbsphinx
3735ipython
3836ipykernel
3937
40- # For google notebooks
41- google-colab
42-
4338# For verifying rst
4439rstcheck~=3.3.1
You can’t perform that action at this time.
0 commit comments