Skip to content

Commit 36afb96

Browse files
authored
feat: add support for python 3.10 (#126)
1 parent c6c6c51 commit 36afb96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/google-cloud-service-directory

packages/google-cloud-service-directory/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"Programming Language :: Python :: 3.6",
5757
"Programming Language :: Python :: 3.7",
5858
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: 3.9",
60+
"Programming Language :: Python :: 3.10",
5961
"Topic :: Internet",
6062
"Topic :: Software Development :: Libraries :: Python Modules",
6163
],

0 commit comments

Comments
 (0)