8000 feat: add support for python 3.10 (#274) · googleapis/google-cloud-python@1fcffab · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fcffab

Browse files
authored
feat: add support for python 3.10 (#274)
1 parent 08aa4cc commit 1fcffab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/google-cloud-speech/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"Programming Language :: Python :: 3.6",
8181
"Programming Language :: Python :: 3.7",
8282
"Programming Language :: Python :: 3.8",
83+
"Programming Language :: Python :: 3.9",
84+
"Programming Language :: Python :: 3.10",
8385
"Operating System :: OS Independent",
8486
"Topic :: Internet",
8587
],

0 commit comments

Comments
 (0)
0