Skip to content

Commit

Permalink
Added support for latest python
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Nov 17, 2021
1 parent a3e4008 commit 7f96040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -654,7 +654,7 @@ jobs:

strategy:
matrix:
python: ["3.7", "3.8", "3.9"]
python: ["3.7", "3.8", "3.9", "3.10"]
operating-system: ["ubuntu-latest"]
installable: ["wheel", "sdist"]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -77,6 +77,7 @@ def find_version(*file_paths):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Communications",
"Topic :: Home Automation",
Expand Down

0 comments on commit 7f96040

Please sign in to comment.