E5F3 feat: add support for python 3.10 (#253) · googleapis/python-vision@7d5e27a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 7d5e27a

Browse files
authored
feat: add support for python 3.10 (#253)
1 parent e4fb61f commit 7d5e27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"Programming Language :: Python :: 3.6",
6767
"Programming Language :: Python :: 3.7",
6868
"Programming Language :: Python :: 3.8",
69+
"Programming Language :: Python :: 3.9",
70+
"Programming Language :: Python :: 3.10",
6971
"Operating System :: OS Independent",
7072
"Topic :: Internet",
7173
],

0 commit comments

Comments
 (0)
0