Skip to content

Commit 3fcee0a

Browse files
authored
feat: add support for python 3.10 (#189)
1 parent bef91e4 commit 3fcee0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/google-cloud-build/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"Programming Language :: Python :: 3.6",
7676
"Programming Language :: Python :: 3.7",
7777
"Programming Language :: Python :: 3.8",
78+
"Programming Language :: Python :: 3.9",
79+
"Programming Language :: Python :: 3.10",
7880
"Operating System :: OS Independent",
7981
"Topic :: Internet",
8082
],

0 commit comments

Comments
 (0)