diff --git a/spanner/nox.py b/spanner/nox.py index 3cadfd4e5fdb..1312ec81d3dc 100644 --- a/spanner/nox.py +++ b/spanner/nox.py @@ -71,7 +71,7 @@ def unit(session, py): @nox.session -@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6', '3.7']) +@nox.parametrize('py', ['2.7', '3.6']) def unit_grpc_gcp(session, py): """Run the unit test suite with grpcio-gcp installed."""