Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 6038e0c

Browse files
authored
feat: add support for Python 3.9 / 3.10 (#220)
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-iot/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 #221
1 parent 9035dcb commit 6038e0c

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
@@ -67,6 +67,8 @@
6767
"Programming Language :: Python :: 3.6",
6868
"Programming Language :: Python :: 3.7",
6969
"Programming Language :: Python :: 3.8",
70+
"Programming Language :: Python :: 3.9",
71+
"Programming Language :: Python :: 3.10",
7072
"Operating System :: OS Independent",
7173
"Topic :: Internet",
7274
],

0 commit comments

Comments
 (0)