Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a9cfd8

Browse filesBrowse files
authored
Add Test runs for Python 3.7 and remove 3.4 (#5295)
* remove 3.4 from unit test runs * add 3.7 to most packages. PubSub, Monitoring, BigQuery not enabled * Fix #5292 by draining queue in a way compatible with SimpleQueue and Queue
1 parent 0a61b8a commit 2a9cfd8
Copy full SHA for 2a9cfd8

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
  • packages/google-cloud-speech
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎packages/google-cloud-speech/nox.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-speech/nox.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def default(session):
5151

5252

5353
@nox.session
54-
@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6'])
54+
@nox.parametrize('py', ['2.7', '3.5', '3.6', '3.7'])
5555
def unit(session, py):
5656
"""Run the unit test suite."""
5757

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.