Skip to content

Commit 664a2d0

Browse files
authored
feat: add support for python 3.10 (#53)
1 parent 5b389fd commit 664a2d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/google-cloud-resource-settings

packages/google-cloud-resource-settings/setup.py

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

0 commit comments

Comments
 (0)