Skip to content

Commit

Permalink
test against python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 19, 2020
1 parent 5a49b24 commit 0346fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Expand Up @@ -39,6 +39,7 @@ jobs:
- 3.6
- 3.7
- 3.8
- 3.9
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -67,6 +67,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Home Automation",
],
entry_points={"console_scripts": ["switchbot-mqtt = switchbot_mqtt:_main"]},
Expand Down

0 comments on commit 0346fa6

Please sign in to comment.