Skip to content

Commit

Permalink
chore: add classifiers for python 3.9 and python 3.10 (#211)
Browse files Browse the repository at this point in the history
added support for python 3.9 and 3.10

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-kms/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #212 🦕
  • Loading branch information
anukaal authored Dec 8, 2021
1 parent 5ea622c commit 1eec274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-kms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Topic :: Internet",
],
Expand Down

0 comments on commit 1eec274

Please sign in to comment.